> ## Documentation Index
> Fetch the complete documentation index at: https://docs.aniquotes.myproj.xyz/llms.txt
> Use this file to discover all available pages before exploring further.

# Report Quote

> Report a quote for quality or accuracy issues

## Path Parameters

<ParamField path="quote_id" type="string" required>
  The UUID of the quote to report
</ParamField>

## Body Parameters

<ParamField body="reason" type="string" required>
  One of: `inaccurate`, `offensive`, `duplicate`, `wrong_character`, `wrong_anime`, `other`
</ParamField>

<ParamField body="details" type="string">
  Optional additional details about the report
</ParamField>

<ResponseExample>
  ```json 200 theme={null}
  {
    "status": "success",
    "message": "Report submitted"
  }
  ```
</ResponseExample>
