Skip to main content
Pre-recorded Live You can add metadata to your transcription using the custom_metadata property. This helps recognize your transcription when fetching results, and enables filtering via the list endpoints.
  • Pre-recorded: add custom_metadata to your POST request to /v2/pre-recorded, then filter via GET /v2/pre-recorded or fetch via GET /v2/pre-recorded/:id.
  • Live: add custom_metadata to your session configuration, then filter via the GET /v2/live list endpoint or fetch via the GET /v2/live/:id endpoint.
For example:
Now, you’ll be able to filter transcription jobs based on their metadata:
or:
custom_metadata cannot be longer than 2000 characters when stringified.