Form Filling Content Retrieval
Get Form Filling Structured Data
Retrieve structured medical form data for a form-filling session
GET
Gets structured medical-form output for a form-filling session.
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:Documentation Index
Fetch the complete documentation index at: https://developer.suki.ai/llms.txt
Use this file to discover all available pages before exploring further.
- 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
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 May 22, 2026
Gets structured medical-form output for a form-filling session.