Get Video Upload URL
Authorizations
AuthorizationstringRequired
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
Body
filenamestringRequired
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.
contentTypestringOptional
(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.
Responses
200
Successful response
application/json
400
Bad request - Invalid input data
application/json
401
Unauthorized - Invalid or missing authentication
application/json
429
Rate limit exceeded
application/json
post
/34/get-video-upload-urlLast updated