Ship image generation in an afternoon.
A single JSON endpoint, no SDK required. Point your app at/api/v1/imagesand start rendering.
Resources
One endpoint
POST a prompt, get image URLs. That's the whole surface.
No keys to manage
The API runs on your own origin — no tokens, no secrets to rotate.
Any language
It's plain HTTP + JSON. cURL, JavaScript, Python, Go — all work.
Live docs
Copy-paste snippets from the docs page. They target your current domain.
Quick start
Your first request
curl -X POST /api/generate-turbo \
-H "Content-Type: application/json" \
-d '{
"prompt": "A snow leopard on a moonlit ridge",
"image": 1,
"dimensions": "1:1",
"steps": 4
}'Full response schema, JS / Python / React examples, and error codes are on the API docs page.
Community
