Authorization: Bearer ********************{
"contents": [
{
"type": "prompt",
"text": "A cat running"
}
],
"settings": {
"resolution": "720p",
"duration": 5
}
}curl --location 'https://api.kuai.host/kling/text-to-video/kling-3.0-turbo' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"contents": [
{
"type": "prompt",
"text": "A cat running"
}
],
"settings": {
"resolution": "720p",
"duration": 5
}
}'{
"code": 0,
"message": "string",
"request_id": "string",
"data": {
"id": "string",
"task_id": "string",
"status": "string",
"task_status": "string"
}
}