Send video
Build / Private videos
Send video
Description
Send uploaded video to Dacast video external service.
Payload
{
"id": string,
"name": string,
"description": string
}
where:
id: Identifier for the video returned by upload endpoint.name: Video file name.description: Description for the video.
Response
200 Ok
{
"id": string,
"name": string,
"status": string,
}
where:
id: Identifier for the video passed in the request body.name: Video file name passed in the request body.status: Video upload status. If the video is uploaded successfully the status will beuploaded.
401 Unauthorized
If you don’t have permissions
500 Internal Server Error
If there is a problem with the service
POST
Send video
Description
Send uploaded video to Dacast video external service.Payload
id: Identifier for the video returned by upload endpoint.name: Video file name.description: Description for the video.
Response
200 Ok
id: Identifier for the video passed in the request body.name: Video file name passed in the request body.status: Video upload status. If the video is uploaded successfully the status will beuploaded.
401 Unauthorized
If you don’t have permissions
500 Internal Server Error
If there is a problem with the service