Image To Video
POST
https://api.sellerpic.ai/v1/api/generate/imageToVideo
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.sellerpic.ai/v1/api/generate/imageToVideo' \
--header 'Authorization: Bearer YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--data-raw '{
"audioPrompt": "string",
"autoAudio": true,
"imageKey": "string",
"model": "string",
"prompt": "string",
"videoDuration": 0
}'
Response Response Example
200 - Example 1
{
"code": 0,
"data": {
"id": "string"
},
"msg": "string",
"success": true,
"traceId": "string"
}
Request
Header Params
Authorization
string
required
Example:
Bearer YOUR_API_KEY
Content-Type
string
required
Example:
application/json
Body Params application/json