Direct Video Upload
Upload video files directly to the platform for processing and translation services
Upload video files directly to the platform by calling this endpoint to process your videos for translation and transcription services.
Authorizations
This endpoint requires API key authentication. Include your API key in the request header:
- Header name:
X-Api-Key
- Header value: Your API key from the Ollang dashboard
- Format:
X-Api-Key: your-api-key-here
You can obtain your API key from your Ollang dashboard.
Body Parameters
The video file to upload. Only MP4 format is supported. Maximum file size: 30GB.
Name of the file being uploaded. This will be used as the identifier for your uploaded content.
The source language of the video content. Use language codes such as ‘en’ for English, ‘tr’ for Turkish, etc.
Array of order notes for additional instructions or information about the upload. Each note should be an object with:
details
(string): Note contenttimeStamp
(string): Timestamp for the note
Example: [{"details": "Special instructions", "timeStamp": "2024-01-15T10:30:00Z"}]
Response
Unique identifier for the project associated with the uploaded file. Use this ID to track and manage your uploaded content.