Download redacted recording audio (signed URL)
Returns a short-lived signed URL to download the redacted recording audio (typically .m4a). Call POST with an empty body after the recording exists. Authentication: user-scoped x-siro-auth-token (OAuth access token). This is not the org-wide upload flow—use POST /v1/core/recordings/signed-urls on the Recordings API host when uploading before a recording id exists.
x-siro-auth-token (machine-to-machine or user-delegated token, not the organization API key).
Returns a short-lived signed URL to fetch the redacted recording audio (typically .m4a). Call POST with no body; path id is the Siro recording id (same as Get recording).
Not upload: To upload audio before a recording exists, use POST /v1/core/recordings/signed-urls on the Recordings upload flow — see Post recordings signed urls.Authorizations
OAuth access token for user-scoped requests (Authorization Code or machine-to-machine). Send header x-siro-auth-token: <oauth-access-token>. Not an organization API key.
Path Parameters
Siro internal id of the recording (same id as GET /v1/core/recordings/{id}).
Response
Create a new signed URL for a recording