Skip to main content
The AI Gen Studio Image API is versioned under:
All create endpoints are asynchronous and return a job object. Use GET /jobs/{jobId} to read result status.

Authentication

Send your API key as a Bearer token:
GET /tools is public. Create, list, and status endpoints require an API key.

Required headers

Create responses

A repeated request with the same Idempotency-Key and same body returns the same job. The same key with a different body returns 409 idempotency_conflict.