Skip to main content
POST
/
generation
/
kling-ai
/
o3-image
Kling O3 Image
curl --request POST \
  --url https://open.skills.video/api/v1/generation/kling-ai/o3-image \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "prompt": "<string>"
}
'
{
  "id": "<string>",
  "status": "starting",
  "usage": {
    "total": 0,
    "subscription": 0,
    "permanent": 0
  }
}
Top-tier text-to-image with flawless consistency

Authorizations

Authorization
string
header
required

API Key for API endpoints

Body

application/json
prompt
string
required

Text prompt for image generation. Reference images using @Image1, @Image2, etc. (or @Image if only one image).

Maximum string length: 2500
n
integer
default:1

Number of results to generate (1-4)

Required range: 1 <= x <= 4
image_urls
string<uri>[] | null

List of reference images. Reference images in prompt using @Image1, @Image2, etc. (1-indexed).

Maximum array length: 10
elements
Elements · object[] | null

Elements with optional reference images and a frontal image

resolution
enum<string>
default:1K

Image generation resolution. 1K: standard, 2K: high-res.

Available options:
1K,
2K
aspect_ratio
enum<string>
default:16:9

Aspect ratio of generated images. 'auto' intelligently determines based on input content.

Available options:
16:9,
9:16,
1:1,
4:3,
3:4,
3:2,
2:3,
21:9
output_format
enum<string>
default:png

The format of the generated image.

Available options:
jpeg,
png,
webp

Response

Generation status

id
string
required

Generation id.

status
enum<string>
required

Generation status

Available options:
starting,
processing,
succeeded,
failed,
canceled
usage
object
required

Credit usage breakdown for the request