video

Upload video file

Upload video file

post/api/v1/videos/upload

Response

Video and Links (HATEOAS)

_linksobject

Example response

{
  "video": {
    "createdAt": "2022-04-15T12:59:52Z",
    "id": "aaaa-b56b-...",
    "status": "VIDEO_STATUS_ENCODING",
    "title": "A Title",
    "updatedAt": "2022-04-15T12:59:52Z",
    "uploadedAt": "2022-04-15T12:59:52Z"
  }
}

Changes

Changed in 4 of the 10 revisions of this API.8

    • api tag video added

      api-tag-added

    • api tag upload removed

      api-tag-removed

    • added the non-success response with the status 409

      response-non-success-status-added

    • added the non-success response with the status 415

      response-non-success-status-added

    • api tag upload added

      api-tag-added

    • api tag video removed

      api-tag-removed

    • removed the non-success response with the status 409

      response-non-success-status-removed

    • removed the non-success response with the status 415

      response-non-success-status-removed