Skip to main content

Authentication

The DeepAILab API uses API keys for authentication. Create, manage, and learn more about API keys in your organization settings.

Remember that your API key is a secret! Do not share it with others or expose it in any client-side code (browsers, apps). API keys should be securely loaded from an environment variable or key management service on the server.

API keys should be provided via HTTP Bearer authentication.

Authorization: Bearer DEEPAILAB_API_KEY

Requesting Organization

For users who belong to multiple organizations, you can specify which organization is used for an API request. Header DeepAILab-Organization is used to specify the organization ID.