Build with the
generative media API

Generate images, video, music and speech from your own code. One REST API, transparent per-unit pricing, credits shared with your workspace.

curl -X POST https://api.studio.ai/v1/generations \
  -H "Authorization: Bearer sk_live_..." \
  -H "Content-Type: application/json" \
  -d '{
    "action": "create_image",
    "model": "nano-banana-2",
    "prompt": "a lighthouse at dawn, cinematic",
    "params": { "aspect_ratio": "16:9", "count": 2 }
  }'

One API, every model

Image, video, music and speech models behind a single /v1/generations endpoint — switch models by changing one string.

Simple API keys

Create sk_live_ keys in the dashboard. Keys are hashed at rest and revocable at any time.

Async jobs, your way

Poll the job endpoint or receive webhooks when a generation finishes. Failed jobs are refunded automatically.

Usage analytics

Track request volume and credit spend per model from the developer dashboard.

Start generating in minutes

Sign in, create a key on the developer dashboard, and make your first request with the credits included in your plan.

Open developer dashboard