Get file information and transcript
Local Files
Get File Info
Retrieve detailed information about a specific file including its transcript if available
GET
Get file information and transcript
Retrieve detailed information about a specific uploaded file, including its transcript once processing is complete.
Path Parameter
file_id(string, required) – The ID of the uploaded file.
Example Request
cURL
Success Response (200 OK)
Returns afile_info object (including namespace assignments) and, if processing is complete, a transcript object.
Authorizations
API key authentication. Include your VidNavigator API key in the X-API-Key header.
Path Parameters
The ID of the uploaded file
Query Parameters
When true, returns the transcript as a single plain-text string instead of an array of segments (only when transcript is available).

