Get Form Filling Session Recording
Get presigned URLs for Form filling session recordings for streaming or download
ambient_session_id from Create Form Filling session in the path.
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 for the authenticated provider. Obtain this by calling Login or Register with a valid partner_token. Pass the suki_token value from the JSON response as the sdp_suki_token header on REST requests and non-browser WebSocket upgrades. Browser WebSocket clients pass the token in Sec-WebSocket-Protocol instead. Tokens expire after one hour; call Login again to refresh.
Headers
Optional - Stable identifier for the active provider. Omit for standard partners whose partner_token identifies the user. Required for Bearer partners and Single Auth Token authentication where multiple providers share one partner_token. Use the same provider_id you sent on Login or Register.
"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.