Skip to main content

API Keys

All requests to AJ STUDIOZ Cloud Infra require an API key. You can create and manage API keys in the console.
Never expose your API key in client-side code or public repositories. Store it as an environment variable.

Passing the API Key

Include your API key in the Authorization header as a Bearer token:

Examples


Environment Variables

We strongly recommend storing your API key in an environment variable:
Then reference it in your code:

API Key Scopes

By default, new keys have inference + read access.

Base URLs


Error Codes

View Rate Limits