Form Filling Feedback
Form Filling Session Feedback
Submit feedback for a form-filling session entity
POST
Submits feedback for a form-filling session.
Use this endpoint to submit feedback for a form-filling ambient session. This endpoint calls SubmitFormFillingFeedback, which is separate from the ambient SubmitFeedback API.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.
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
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
UUID of the form-filling ambient session
Feedback entity enum string; e.g. AMBIENT_GENERATED_MEDICAL_FORM
Example:
"AMBIENT_GENERATED_MEDICAL_FORM"
Body
application/json
FormFillingFeedbackPayload
Response
Success Response
Response body for /api/v1/form-filling/session/{ambient_session_id}/{entity}/feedback.
feedback identifier
Last modified on May 22, 2026
Submits feedback for a form-filling session.