X-Org-Id header to identify the organization you are working with.
API Key authentication
The only way to authenticate with the ELAN AI Bridge API is by using an API Key. When establishing a connection using an API Key, you will need your API Key — you can find it in the developer settings under the Credentials settings. Here’s how to add the API Key to the request header using cURL:Example request with API Key
Organization identification
TheX-Org-Id header is used to identify the organization you are working with.
The organization ID is a unique identifier for your organization and is used to identify the organization you are working with. You might be member of multiple organizations.
If you don’t provide the X-Org-Id header, the API will default to your default (or ‘active’) organization.
You can find your organization ID in the developer settings under the Credentials settings or by consulting the /v1/users/me/organizations endpoint.
Example request to get your organizations
Response