Get Video Upload URL
API key authentication for service-to-service communication.
Include your API key in the Authorization header:
Authorization: Bearer your-api-key
x-bitmind-application: oracle-api
The name of the file to upload (used to determine content type). Supported formats: mp4 (video/mp4), mov (video/quicktime), avi (video/x-msvideo), webm (video/webm). If extension is not recognized, defaults to video/mp4.
(Optional) The content type of the file, if known. If not provided, it will be inferred from the filename extension. Common types: video/mp4, video/quicktime, video/x-msvideo, video/webm.
Successful response
The presigned URL to which the file should be uploaded
The S3 key for the uploaded file
The URL to use in the 'video' field of detect-video or preprocess-video endpoints
Bad request - Invalid input data
Unauthorized - Invalid or missing authentication
Rate limit exceeded
Last updated