Skip to main content
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 with file as key.

Response

200 OK

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

Authorizations

Authorization
string
header
required

Access token obtained from the m2m-token endpoint.

Headers

Authorization
string
required

Authorization token

Response

Successful response