Upload video
Build / Private videos
Upload video
Description
Upload the video to the service to process it before send it to Dacast external service.
Payload
FormData with the file of the video to be send with file as key.
Response
200 OK
{
"id": string
}
where:
id: Uploaded video identifier.
401 Unauthorized
If user don’t have permission to use this endpoint.
400 Bad Request
If FormData doesn’t have a key named
file.
500 Internal Server Error
If there is a problem with the service
POST
Upload video
Description
Upload the video to the service to process it before send it to Dacast external service.Payload
FormData with the file of the video to be send withfile as key.
Response
200 OK
id: Uploaded video identifier.
401 Unauthorized
If user don’t have permission to use this endpoint.
400 Bad Request
If FormData doesn’t have a key named file.
500 Internal Server Error
If there is a problem with the service