Image Generationtextimage

Kling V3 Omni

Kling V3 Omni

Input

Generation mode

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

Watermark
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-v3-omni",
  "prompt": "A cute cat sitting on a windowsill",
  "n": 1,
  "watermark": false,
  "resolution": "1k",
  "aspect_ratio": "auto"
}'