Skip to main content
POST
Send video

Description

Send uploaded video to Dacast video external service.

Payload

where:
  • id: Identifier for the video returned by upload endpoint.
  • name: Video file name.
  • description: Description for the video.

Response

200 Ok

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 be uploaded.

401 Unauthorized

If you don’t have permissions

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

Body

application/json

The body is of type object.

Response

Successful response