> ## 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.

# Form Filling Feedback API

> Submit feedback for a Form filling session

The Form filling Feedback API enable partners to submit feedback for a Form filling ambient session. This API uses **SubmitFormFillingFeedback**, which is separate from the ambient **SubmitFeedback** flow used for clinical note entities.

These APIs are called from your servers and authenticated with a Suki Token (`sdp_suki_token`). Critically, `ambient_session_id` must reference a Form filling session with job type `FORM_FILLING_ORCHESTRATION`. Non-Form filling sessions return a `FailedPrecondition` error.

## Available endpoints

<Columns cols={2}>
  <Card title="Form Filling Session Feedback" href="/form-filling-api-reference/form-filling-sessions/feedback" arrow={true} icon="code">
    Submit feedback for a generated medical form in a Form filling session
  </Card>
</Columns>

## Related guides

<Columns cols={2}>
  <Card title="Form Filling Overview" href="/documentation/concepts/form-filling/form-filling-overview" icon="book" cta="Learn more">
    Learn how generated forms fit the Form filling product workflow
  </Card>
</Columns>

## Common use cases

<Columns cols={2}>
  <Card title="Report issues on generated medical forms">
    Capture clinician feedback against the specific Form filling form instance when structured output is wrong or incomplete.
  </Card>

  <Card title="Connect form review to support and QA">
    Send issue reports from your Form filling review screen so support can investigate the right generated form and session.
  </Card>
</Columns>
