Obtain two separate video files and merge them to play as a single URL.
{
"task_num":"202406120000005"
}
Parameter | Meaning | Type | Required | Default value | Description |
---|
HEADERS | | | | | |
Content-Type | | string | Y | application/json | |
BODY | | | | | |
task_num | | string | Y | | the task number which you want to look at the videos |
{
"status": 1,
"message": "success",
"url": "https:
expires=1723697935&signature=XXXX"
}
Parameter | Meaning | Type | Existed | Default value | Description |
---|
BODY | | | | | |
status | response status | string | Y | | 0: fail |
1: success | | | | | |
2: warning | | | | | |
message | message | string | Y | “” | Error messages should be shown when there are errors. |
url | video url | string | | | the video URL which can open in window to watch the videos |
The following is a table of error messages returned by the API.
Code | Status | Error | Message |
---|
200 | 1 | | success |
| 0 | | Unauthorized Access |
404 | | | Resource Not Found |
403 | | | Access to the requested resource is not allowed |