Get file results
Batch Transcription
Get file results
Returns merged transcript and status for one file.
GET
Get file results
Returns merged transcript and status for one file.Documentation Index
Fetch the complete documentation index at: https://docs.tensorstudio.ai/llms.txt
Use this file to discover all available pages before exploring further.
Query params
chunks(optional bool): include per-chunk detailsspeech_information(optional bool): include segment-level speech information (tone, accent, speaker_id, timestamps, etc.)
Example
Typical response shape
- Found file:
{ file_id, filename, status, result?, errors?, chunk_results? } - Not found:
{ "error": "file not found" }
total_chunks, completed_chunks, and failed_chunks.Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Query Parameters
Include segment-level speech information (tone, accent, speaker_id, timestamps, etc.)