Kling-2.6 - Text to Video
Generate high-quality videos from text descriptions with the advanced Kling-2.6 AI model
Query Task Status
After submitting a task, you can check the task progress and retrieve generation results via the unified query endpoint:Get Task Details
Related Resources
Market Overview
Common API
Authorizations
All APIs require authentication via Bearer Token.
Obtaining an API Key:
- Visit the API Key Management Page to get your API Key
Usage Method: Add the following to the request header: Authorization: Bearer YOUR_API_KEY
Notes:
- Keep your API Key secure and do not disclose it to others
- If you suspect your API Key has been compromised, reset it immediately in the management page
Body
Name of the model used for the generation task. Required field.
- This endpoint must use the
kling-2.6/text-to-videomodel
kling-2.6/text-to-video "kling-2.6/text-to-video"
Callback URL to receive notifications when the generation task is completed. Optional configuration, recommended for production environments.
- After the task is completed, the system will POST the task status and results to this URL
- The callback content includes the generated resource URL and task-related information
- Your callback endpoint must support receiving POST requests with JSON payloads
- You can also choose to call the task details endpoint to actively poll the task status
- To ensure callback security, see Webhook Verification Guide for signature verification implementation
"https://your-domain.com/api/callback"
Input parameters for the generation task
Response
Request Successful
Response Status Code
- 200: Success - Request processed successfully
- 401: Unauthorized - Authentication credentials missing or invalid
- 402: Insufficient Credits - Account has insufficient credits to perform the operation
- 404: Not Found - The requested resource or endpoint does not exist
- 422: Validation Error - Request parameters failed validation
- 429: Rate Limit Exceeded - Exceeded the request frequency limit for the resource
- 455: Service Unavailable - System is under maintenance
- 500: Server Error - Unexpected failure occurred while processing the request
- 501: Generation Failed - Content generation task execution failed
- 505: Function Disabled - The requested function is temporarily unavailable
200, 401, 402, 404, 422, 429, 455, 500, 501, 505 Response message; error description if the request fails
"success"
