Image Generationtextimage

Kling Image O1

Kling Image O1

Input

Generation mode

Describe the image with text only, no reference upload required.

Size
Resolution
Aspect ratio
Ready to generateReady to generate

API Reference

POSThttps://api.token360.ai/v1/images/generations
curl https://api.token360.ai/v1/images/generations \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer your-api-key" \
  -d '{
  "model": "kling-image-o1",
  "prompt": "A cute cat sitting on a windowsill",
  "n": 1,
  "size": "1024x1024",
  "resolution": "1k",
  "aspect_ratio": "auto"
}'