Skip to main content

API Keys

The EqhoAI API uses API keys for authentication. Every request to the API must include your API key, used to authenticate your requests and track usage quota. Remember that your API key is a secret. Do not share it with others or expose it in any client-side code (browsers, apps). All API requests should include your API key in an x-api-key HTTP header as follows:

Making Request

Base URL: https://api.eqho.ai Every endpoint has examples in different programming languages and curl. You can paste the command below into your terminal to run your first API request. Make sure to replace $EQHO_API_KEY with your secret API key.

Organization Impersonation

Superadmins can act on behalf of another organization by sending the target organization’s account id in the x-org-id request header. The header is ignored for non-superadmin callers, so it is always safe to include.
There is no separate “start impersonation” call: every request that carries the header is evaluated against that organization, and removing the header restores the caller’s own organization context.