# UPLOAD VIDEO

Upload Request associated video

Endpoint: POST /v1/upload/video/{video_identifier}
Version: v1

## Path parameters:

  - `video_identifier` (string, required)
    Unique request video identifier

## Request fields (multipart/form-data):

  - `video` (string, required)
    The video to be uploaded

## Response 200 fields (application/json):

  - `status` (string)
    Successful response status message

## Response 400 fields (application/json):

  - `title` (string)
    Error message title

  - `description` (string)
    Error message descritpion


