Form Filling Content Retrieval
Get Form Filling Session Recording
Get presigned URLs for Form filling session recordings for streaming or download
GET
cURL
Use this endpoint to get presigned URLs for all recordings for a Form filling session.
Pass the Form filling
For how to use presigned URLs after retrieval, refer to Ambient audio streaming & download.
Use the
ambient_session_id from Create Form filling session in the path.
Use the
ambient_session_id from Create Form filling session. It is not the same value as an Create ambient session, even though both fields use the name ambient_session_id.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 August 13, 2026
cURL