Overview
Upload your own audio or video files to VidNavigator for processing. The API supports a wide range of formats and provides flexible processing options.Supported Formats
Video Formats
mp4, webm, mov, avi, wmv, flv, mkv
Audio Formats
m4a, mp3, mpeg, mpga, wav
Processing Options
- Asynchronous (default): Returns immediately, processing happens in background
- Synchronous: Waits for complete processing before returning response
Example Usage
Response Examples
201 - Asynchronous Response
201 - Asynchronous Response
When
wait_for_completion
is false
(the default), the API responds immediately with a file ID and a processing
status.201 - Synchronous Response
201 - Synchronous Response
When
wait_for_completion
is true
, the API waits until processing is finished before responding. The response will include the full file_info
and transcript
if successful.Authorizations
API key authentication. Include your VidNavigator API key in the X-API-Key header.
Body
multipart/form-data