Ambient Content Retrieval
Get Ambient Session Recording
Get presigned URLs for Ambient session recordings for streaming or download
GET
cURL
Use this endpoint to get presigned URLs for all recordings for the . Refer to the Download Ambient Recordings guide for more details.
Use the
download query parameter to control the URL type:
- If
download=true, the URL is for downloading the full file. - If
download=falseor omitted, the URL supports streaming with range requests.
Code examples
- Python
- TypeScript
Authorizations
Suki access token (suki_token) from Login or Register. Expires after one hour.
Headers
Optional for standard partners.
Required for:
- Bearer authentication. Use the same
provider_idreturned by the Login or Register API. - Single Auth Token authentication. Include the same
provider_idon every request assdp_provider_id.
Example:
"provider-123"
Path Parameters
UUID for the ambient session. Use the ambient_session_id returned from Create Ambient Session, or the UUID you supplied in that request.
Query Parameters
If true, returns download-only URLs; if false or omitted, URLs support streaming with Range requests.
Last modified on July 24, 2026
cURL