Skip to main content
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=false or omitted, the URL supports streaming with range requests.

Code examples

Authorizations

sdp_suki_token
string
header
required

Suki access token (suki_token) from Login or Register. Expires after one hour.

Headers

sdp_provider_id
string

Optional for standard partners.

Required for:

  • Bearer authentication. Use the same provider_id returned by the Login or Register API.
  • Single Auth Token authentication. Include the same provider_id on every request as sdp_provider_id.
Example:

"provider-123"

Path Parameters

ambient_session_id
string
required

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

download
boolean

If true, returns download-only URLs; if false or omitted, URLs support streaming with Range requests.

Response

Request succeeded.

Response body for the /session/{ambient_session_id}/recording endpoint

recordings
object[]

List of recordings with presigned URLs for the ambient session.

is_streamable
boolean

Whether the returned URLs support streaming with Range requests.

Example:

true

Last modified on July 24, 2026