Bots

Pull the notetaker out of a call

Ends the recording early. Whatever was captured up to that point is still processed into notes. A run that has already finished answers 404, because there is nothing left to stop.

posthttps://api-notetaker.nabrah.ai/ext/v1/bots/{runId}/stop

معاملات المسار

runIdstring · uuidمطلوب

الطلب

cURL
curl -X POST https://api-notetaker.nabrah.ai/ext/v1/bots/{runId}/stop \
  -H "Authorization: Bearer $NABRAH_API_KEY"

الاستجابات

200Done.
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.
{
  "data": {}
}