tencent cloud

Appendix II: Callback Request Body Format
Last updated: 2024-07-18 18:22:38
Appendix II: Callback Request Body Format
Last updated: 2024-07-18 18:22:38
Parameters
Type
Mandatory
Description
Progress
int
Yes
Production progress: -1 indicates generation failure, and 100 indicates successful generation (reserved field, currently not for reference).
MediaUrl
string
Yes
Audio and video result address
SubtitlesUrl
string
No
The corresponding SRT subtitle address for the video is returned in video production.
Status
string
Yes
Production Status
"SUCCESS": Production succeeded
"FAIL": Production failed
FailMessage
string
No
Failure reasons returned when production fails which facilitate troubleshooting
TaskId
string
Yes
The taskId returned from the video production request
Request Sample
{      
   "Payload": {
       "Progress": 100,
       "MediaUrl": "XXX",
       "SubtitlesUrl":"XXX",
       "Status": "SUCCESS",
       "FailMessage": "",
       "TaskId":"XXX"
    }
}
 
Was this page helpful?
You can also Contact Sales or Submit a Ticket for help.
Yes
No

Feedback