Get Transcript
Transcripts
Get Transcript
Get a specific transcript by stream_id and segment_id.
GET
Get Transcript
Description
This endpoint retrieves a specific transcript segment for a stream, identified by stream_id and segment_id. Use this to access or review individual transcript entries. See the Quickstart guide for usage context.Authentication
This endpoint requires an API Key.Include your API key in the
x-api-key header:
Request
- Method: GET
- Endpoint:
/v1/transcripts/{stream_id}/{segment_id} - Path Parameters:
stream_id(string, required): Stream IDsegment_id(integer, required): Segment ID
Response
- Status: 200 OK
- Content-Type:
application/json