Authorizations
API key for authentication. Include your company's API key in the Authorization header.
Body
URL of the media file to be processed. Must be a valid HTTP/HTTPS URL.
"https://example.com/video.mp4"
UUID of the collection where the processed file will be stored.
"123e4567-e89b-12d3-a456-426614174000"
Optional UUID of the folder within the collection.
"987fcdeb-51a2-43d7-8f9e-123456789abc"
Optional title for the upload.
"Sample Video Title"
Optional description for the upload.
"This is a sample video for processing"
Optional array of tags to categorize the upload.
["video", "presentation", "2024"]Optional key-value pairs for additional metadata.
{
"department": "marketing",
"project": "Q4-campaign"
}Response
Upload request created successfully
Unique identifier for the created upload request.
"550e8400-e29b-41d4-a716-446655440000"