Upload a video from your local device. If the upload is successful, a 201 Created status code is returned along with the video’s ID and metadata.
⚠️ IMPORTANT: The video is not yet ready for enhancement when this endpoint returns 201 Created. This is because the video is still being uploaded to the cloud storage. After uploading the video, follow these steps to ensure the video is fully uploaded and ready for enhancement:
Poll for video’s status:
- Use the
get uploaded video
endpoint to check the status of the video.- Poll this endpoint periodically to check the
file
field in the response.Checking the
file
Field:
- If the file field is
null
, the video is still being prepared.- Once the file field contains a URL, the video is ready for further processing and enhancement.
Token-based authentication with required prefix "Token"
The response is of type object
.