Authentication
Caesar uses API keys for authentication. An API key is required to authenticate requests and enable integration with Caesar’s platform.
Get your API key at ask.caesar.xyz/app/api-keys.
The secret is shown once at creation. Copy it immediately and store it securely (e.g. an environment variable or secrets manager). Never commit it to version control or embed it in client-side code.
Generate a Caesar API key
- Visit ask.caesar.xyz/app/api-keys.
- Create a new API key.
- Click Copy to copy the secret and save it securely. You will not be able to view it again.
Authenticate your requests
Send your API key as a Bearer token in the HTTP Authorization
header on every request.
Example Request
JSON