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

# User Feedback API

> Submit feedback on Ambient session entities such as transcripts or generated content

The User Feedback API enable partners to submit structured feedback tied to an ambient session and a specific entity, such as a transcript or generated content. Suki uses that feedback to track quality issues, regressions, or clinician-reported problems against concrete artifacts.

These APIs are called from your servers and authenticated with a Suki Token (`sdp_suki_token`). Critically, feedback must reference a valid ambient session entity. It is separate from Form filling feedback endpoints.

## Available endpoints

<Columns cols={2}>
  <Card title="Ambient Session User Feedback" href="/api-reference/feedback/feedback" arrow={true} icon="code">
    Submit feedback for an ambient session entity
  </Card>
</Columns>

## Common use cases

<Columns cols={2}>
  <Card title="Report issues on generated notes">
    Capture clinician feedback against the specific ambient session artifact when generated content is wrong or incomplete.
  </Card>

  <Card title="Connect chart review to support and QA">
    Send thumbs-down or issue reports from your review screen so support can investigate the right transcript or note section.
  </Card>
</Columns>
