Calls
Get a fresh recording URL
Mints a freshly signed download URL for the call’s recording, valid for 7 days. Use this when the recording_url returned by GET /calls/{id} or by the session.completed webhook has expired.
Returns 404 if the call has no recording, the call is not yet complete, or the recording file is no longer available.
GET
Get a fresh recording URL
Documentation Index
Fetch the complete documentation index at: https://docs.vocobase.com/llms.txt
Use this file to discover all available pages before exploring further.
Previous
Run post-call extraction (Test Analysis / replay)Re-runs post-call extraction against an existing session's stored transcript using the agent's CURRENT `extraction_config`. Useful after editing the config to backfill old sessions, or to test a config against real conversation data.
- `dry_run: true` — runs extraction, returns values, does NOT persist or re-fire the partner webhook
- `dry_run: false` (default) — persists to the session's `extraction` field; partner webhook is **not** re-fired.
Returns 400 when the agent has no `extraction_config` defined. Subject to the same partner rate-limit as `POST /calls/start`.
Next
Get a fresh recording URL