Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.turboads.ai/llms.txt

Use this file to discover all available pages before exploring further.

Images

Image generations are asynchronous jobs.

Generate images

POST /v1/images/generate
{
  "project_id": "PROJECT_ID",
  "prompt": "A premium product photo on a clean studio background",
  "model": "nano-banana-2",
  "aspect_ratio": "1:1",
  "count": 1
}
Supported models:
  • nano-banana-2
  • gpt-image-1.5
  • seedream-4.5
Supported aspect ratios:
  • 1:1
  • 9:16
  • 16:9

Get generation status

GET /v1/images/{id}
Returns job metadata and status.

Get image URL

GET /v1/images/{id}/url
Returns the final image URL once ready. If the image is still processing, the API returns 409 not_ready.