Core API

Authentication

Most API endpoints require authentication. Use an API token from your dashboard.

API Tokens

Create API tokens from your dashboard under Settings → API Keys. Include the token in the Authorization header:

Authorization: Bearer YOUR_API_TOKEN

Public Endpoints

The code-to-image endpoint does not require authentication. All render endpoints require a valid API token.