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.
This endpoint requires API key authentication. Include your API key in the request header:
X-Api-Key
X-Api-Key: your-api-key-here
You can obtain your API key from your Ollang dashboard.
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 noteExample: [{"details": "Special instructions", "timeStamp": "2024-01-15T10:30:00Z"}]
Unique identifier for the project associated with the uploaded file. Use this ID to track and manage your uploaded content.