{
"image": "https://doc.openai-core.com/static/img/image2video_test.jpg"
}
curl --location --request POST 'https://api.openai-core.com/kling/v1/videos/image2video' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {{YOUR_API_KEY}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"image": "https://doc.openai-core.com/static/img/image2video_test.jpg"
}'
{
"code": 0,
"message": "SUCCEED",
"request_id": "Cl5tqWcasKcAAAAAABPXtQ",
"data": {
"task_id": "Cl5tqWcasKcAAAAAABPXtQ",
"task_status": "submitted",
"created_at": 1729840946281,
"updated_at": 1729840946281
}
}