API Reference
Authorization
ApiKeyAuth Authorization<token>
Use Bearer br_live_....
In: header
Path Parameters
projectId*string
Query Parameters
chunk_strategy?string
Value in
- "sentence"
- "paragraph"
- "time-window"
max_chunk_seconds?number
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/projects/string/transcript/segments"{ "totalSegments": 0, "totalWords": 0, "totalDurationSeconds": 0, "segments": [ { "text": "string", "startSeconds": 0, "endSeconds": 0, "durationSeconds": 0, "wordCount": 0 } ]}