API Reference
Authorization
ApiKeyAuth Authorization<token>
Use Bearer br_live_....
In: header
Path Parameters
projectId*string
Query Parameters
timeline_item_id*string
silence_threshold?number
min_silence_duration?number
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/projects/string/audio-levels?timeline_item_id=string"{ "totalDurationSeconds": 0, "regions": [ { "type": "speech", "startSeconds": 0, "endSeconds": 0, "durationSeconds": 0 } ], "speechDurationSeconds": 0, "silenceDurationSeconds": 0, "speechPercentage": 0}