Form Filling Content Retrieval
Get Form Filling Structured Data
Retrieve structured medical form data for a form-filling session
GET
cURL
Use this endpoint to get the cumulative associated with the specified .
You receive the structured data in the response of this endpoint. The response contains the following fields:
- generated_values: Form data with template IDs for which Suki was able to generate the structured data
- non_generated_values: Form_Template_IDs for which Suki was not able to generate the structured data.
Code examples
The code examples below use placeholders and the stage host
sdp.suki-stage.com only as examples.
For credentials, base URLs, where to run Python or TypeScript, CORS, and cURL, refer to Using code examples in your integration in the API Reference Guidelines.- Python
- TypeScript
Headers
sdp_suki_token
Unique identifier for the provider. Optional for standard partners. Required for Single Auth Token authentication, where multiple providers share the same partner_token.
Example:
"provider-123"
Path Parameters
ambient_session_id
Response
Success Response
Response body for /form-filling/session/{ambient_session_id}/structured-data
Medical form instances for a form-filling session (full generated values and sparse non-generated entries).
Last modified on June 12, 2026
cURL