Upload a new audio or video file for analysis and start processing.
Supported formats:
Processing options:
wait_for_completion=false
(default): Returns immediately, processing happens in backgroundwait_for_completion=true
: Waits for complete processing before returning response201 - Asynchronous Response
wait_for_completion
is false
(the default), the API responds immediately with a file ID and a processing
status.201 - Synchronous Response
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.API key authentication. Include your VidNavigator API key in the X-API-Key header.
File uploaded successfully
The response is of type object
.