{
"ErrCode": 0,
"ErrMsg": "success",
"Resp": {
"media_id": 0,
"media_type": "video",
"url": "https://media.pixverse.ai/111111.mp4"
}
}
{
"ErrCode": 0,
"ErrMsg": "success",
"Resp": {
"media_id": 0,
"media_type": "audio",
"url": "https://media.pixverse.ai/111111.mp3"
}
}
Parameter Name | Required | Type | Description |
---|---|---|---|
page_num | optional | int | how many pages you want to get |
page_size | optional | int | how many datas on one page |
Parameter Name | Required | Type | Description |
---|---|---|---|
source_video_id | choose either source_video_id or video_media_id, not both. | int | video from PixVerse API |
video_media_id | choose either source_video_id or video_media_id, not both | int | uploaded external video |
audio_media_id | choose either audio_media_id or lip_sync_tts_speaker_id + lip_sync_tts_content, not both | int | uploaded external audio |
lip_sync_tts_speaker_id | choose either audio_media_id or lip_sync_tts_speaker_id + lip_sync_tts_content, not both | string | TTS speaker from tts speaker list |
lip_sync_tts_content | choose either audio_media_id or lip_sync_tts_speaker_id + lip_sync_tts_content, not both | string | TTS script ~200 characters (not UTF-8 Encoding) |
{
"ErrCode": 0,
"ErrMsg": "success",
"Resp": {
"video_id": 0
}
}
{
"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": 5,
"style": "string",
"url": "string"
}
}
{
"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"
}
}