Recordings
Download the audio
Streams the recording, honouring Range so a player can seek. Requires full access to the recording: one shared with you at summary scope answers 404.
get
https://api-notetaker.nabrah.ai/ext/v1/recordings/{runId}/audioPath parameters
runIdstring · uuidrequiredRequest
cURL
curl -X GET https://api-notetaker.nabrah.ai/ext/v1/recordings/{runId}/audio \
-H "Authorization: Bearer $NABRAH_API_KEY"Responses
200The audio stream.401No key, an unknown key, or one that has been revoked or has expired.403The key is read only, or lacks the reach for this route.404No such record — or one that belongs to another account.422The body or query failed validation; details names the field.429Too many requests. Retry-After says how long to wait.{
"error": {
"code": "string",
"message": "string",
"details": [
{
"path": "string",
"message": "string"
}
]
}
}