How does the API work?
API Architecture Overview
Key Components
1.
2.
3.
4.
5.
Basic Workflow
1.
2.
💡
Text-to-video
Image-to-video
Effects
Transition-generation
1.
https://docs.platform.pixverse.ai/text-to-video-generation-13016634e0
2.
https://docs.platform.pixverse.ai/api-parameter-description-803491m0
{
"aspect_ratio": "16:9",
"duration": 5,
"model": "v3.5",
"motion_mode": "normal",
"negative_prompt": "string",
"prompt": "string",
"quality": "540p",
"seed": 0,
"water_mark": false
}
"aspect_ratio": "16:9",
"duration": 5,
"model": "v3.5",
"motion_mode": "normal",
"negative_prompt": "string",
"prompt": "string",
"quality": "540p",
"seed": 0,
"water_mark": false
}
3.
{
"ErrCode": 0,
"ErrMsg": "success",
"Resp": {
"video_id": 0
}
}
4.
5.
{
"ErrCode": 0,
"ErrMsg": "string",
"Resp": {
"create_time": "string",
"id": 0,
"modify_time": "string",
"negative_prompt": "string",
"outputHeight": 0,
"outputWidth": 0,
"prompt": "string",
"resolution_ratio": 0,
"seed": 0,
"size": 0,
"status": 1,
"style": "string",
"url": "string"
}
}