Authentication
Learn how to obtain Session IDs and API Keys for Narada API
Session ID
A Session ID is a unique identifier for each browser session where the Narada Chrome extension is active. You need this Session ID to target specific browser windows when making API requests.
How to Get Your Session ID
Navigate to the Session ID Page
Go to the Narada session initialization page:
Find Your Session ID
Once the page loads, your Session ID will be displayed on the page.
Before getting the session ID, make sure you have installed the Narada extension. For installation instructions, please see the Installation section.
You need to use this Session ID in all of your Narada API requests.
Session Management
Multiple Sessions
You can have different Session IDs for different browser windows, allowing you to run multiple automation tasks simultaneously.
Session Persistence
Session IDs persist until the browser window is closed. The same Session ID will work for multiple API calls within the same session.
Session Isolation
Each Session ID targets only its specific browser context, ensuring automation tasks don’t interfere with each other.
API Key
An API Key is required to authenticate your requests to the Narada API. This key identifies your account and authorizes access to the API endpoints.
How to Obtain Your API Key
Navigate to Billing Page
Go to the Narada billing page to create an API key:
Create API Key
Click on Create API Key and follow the prompts.
Save Your API Key
Copy and securely store your API key. You’ll need this for all API requests.
Never expose your API key in client-side code or commit it to version control.
From now on, you must include this API key in the x-api-key
header for all your requests.
Next Steps
Now you are ready to make your first API call. Continue to the First API Call guide to get started.