{
"url": "https://xxxx.com/xxxx.mp4",
"prompt": "角色创建",
"model": "character-training",
"timestamps": "1,3"
}curl --location --request POST 'https://poloai.top/v1/videos' \
--header 'Accept: application/json' \
--header 'Authorization: sk-' \
--header 'Content-Type: application/json' \
--data-raw '{
"url": "https://xxxx.com/xxxx.mp4",
"prompt": "角色创建",
"model": "character-training",
"timestamps": "1,3"
}'{
"created_at": 0,
"id": "string",
"model": "string",
"object": "string",
"progress": 0,
"size": "string",
"status": "string"
}