cURL
curl --request POST \ --url https://open.ppt.video/api/v1/generation/kling/kling-2.5-turbo \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "prompt": "<string>" } '
{ "id": "<string>", "status": "starting" }
API Key for API endpoints
Text prompt for video generation
Webhook URL for receiving updates
Optional reference image
Video duration in seconds
1 <= x <= 30
Generation status
Generation id.
starting
processing
succeeded
failed
canceled