Playground

Generate inline

Same code path as production. Paste a kiara_live_ key to start — top up credits with crypto before generating.

Model

Selected · Kiara Image Pro

Image · 17

Video · 9

API key

Stored in this tab's sessionStorage. Cleared when you close the tab. Never persisted on our servers.

Prompt

Size / aspect

30 credits · $0.10 · ~60s

Result

Output will appear here

Copy this call

POSTCreate generation/v1/generations
curl -X POST https://api.kiara-api.com/v1/generations \
  -H "Authorization: Bearer $KIARA_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
       "product": "kiara-image-pro",
       "prompt": "studio portrait of a 24-year-old woman, soft window light, 85mm, shallow depth of field, natural skin texture",
       "aspect": "portrait"
     }'

Test your webhook

Send a synthetic event

We sign a generation.completed payload with your secret and POST it to your URL so you can verify your verify() implementation. No credits are spent.

Webhook URL (HTTPS)

Signing secret

Event type