Form Filling Session Feedback
Submit feedback for a Form filling session entity
Requirements
-
ambient_session_idmust reference a Form filling session with the underlying job typeFORM_FILLING_ORCHESTRATION. If the session type does not match, the API returns aFailedPreconditionerror. -
Set
entitytoAMBIENT_GENERATED_MEDICAL_FORMwhen submitting feedback for a generated medical form. -
feedback_metadata.form_idis required whenentityisAMBIENT_GENERATED_MEDICAL_FORM. Pass the generated medical form instance ID. The API uses this ID to load the form details before forwarding the request to the feedback service.
feedback_id. The value matches the provided ambient_session_id, consistent with the ambient feedback API behavior.
For rating scale guidance, refer to Form Filling feedback section.
Code examples
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
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
Form-filling session ID. The path parameter is named ambient_session_id, but this value identifies the form-filling session, not an ambient clinical documentation session. Use the ID returned from Create Form Filling Session, or the UUID you supplied in that request.
Entity type you are rating. For form-filling sessions, use AMBIENT_GENERATED_MEDICAL_FORM for generated medical form output.
"AMBIENT_GENERATED_MEDICAL_FORM"
Body
Response
Resource created successfully.
Response body for /api/v1/form-filling/session/{ambient_session_id}/{entity}/feedback.
feedback identifier