API Reference
Authorization
ApiKeyAuth Authorization<token>
Use Bearer br_live_....
In: header
Path Parameters
assetId*string
Query Parameters
limit?integer
Range
1 <= value <= 500Default
200offset?integer
Range
0 <= value <= 9007199254740991Default
0Response Body
application/json
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/workspace/media/assets/string/transcript"{ "assetId": "string", "status": "string", "wordCount": 0, "lastGeneratedAt": "string", "text": "string", "segments": [ { "text": "string", "start": 0, "end": 0, "speakerLabel": "string" } ], "bounds": { "limit": 0, "offset": 0, "total": 0, "returned": 0, "hasMore": true, "truncated": true }}