Documentation Index
Fetch the complete documentation index at: https://docs.crazyrouter.com/llms.txt
Use this file to discover all available pages before exploring further.
Kling Image Generation
Currently Verified Scope
kling-v2-5-turboimage generation has completed bounded verification- successful results prefer Crazyrouter archived URLs such as
https://media.crazyrouter.com/...png
Request Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
model | string | No | Common validated example: kling-v2-5-turbo |
prompt | string | Yes | Image prompt |
negative_prompt | string | No | Negative prompt |
aspect_ratio | string | No | Such as 1:1, 16:9, 9:16 |
n | integer | No | Number of images, default 1 |
callback_url | string | No | Callback URL |
external_task_id | string | No | Custom business task ID |
Request Example
Successful Submit Response
Query Image Task
cURL
Completed Response Example
Kling image generation is asynchronous. Query the task for terminal output. This page intentionally does not document image-to-image,
image_fidelity, or other image-side extension parameters as a public hard contract.