Authorizations
Your personal Gladia API key
Query Parameters
The starting point for pagination. A value of 0 starts from the first item.
x >= 0
The maximum number of items to return. Useful for pagination and controlling data payload size.
x >= 1
Filter items relevant to a specific date in ISO format (YYYY-MM-DD).
"2025-09-05"
Include items that occurred before the specified date in ISO format.
"2025-09-05T12:00:03.754Z"
Filter for items after the specified date. Use with before_date
for a range. Date in ISO format.
"2025-09-05T12:00:03.754Z"
Filter the list based on item status. Accepts multiple values from the predefined list.
["done"]
{ "user": "John Doe" }
Filter the list based on the item type. Supports multiple values from the predefined list.
["pre-recorded"]
Response
A list of transcription jobs matching the parameters.
URL to fetch the first page
"https://api.gladia.io/v2/transcription?status=done&offset=0&limit=20"
URL to fetch the current page
"https://api.gladia.io/v2/transcription?status=done&offset=0&limit=20"
URL to fetch the next page
"https://api.gladia.io/v2/transcription?status=done&offset=20&limit=20"
List of transcriptions