Obtaining an API Key

Enterprise API Key

For enterprise-level access with higher rate limits and additional features:

  1. Contact our support team.
  2. Provide details about your use case and requirements.
  3. Our team will work with you to set up an enterprise account and provide a custom API key.

Using Your API Key

Once you have your API key, include it in the Authorization header of your HTTP requests as a Bearer token. Here are some example of how to do this:

curl -X GET 'https://api.calai.app/v1/endpoint' \
-H 'Authorization: Bearer YOUR_API_KEY'