> ## Documentation Index
> Fetch the complete documentation index at: https://razorpay-881012b3.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Documents

> Securely send dispute-related documents to Razorpay using the Documents API.

<div style={{display:"flex",flexWrap:"wrap",alignItems:"center",gap:"0.35rem 0.9rem",border:"1px solid rgba(128,128,128,0.28)",borderRadius:"0.5rem",padding:"0.45rem 0.75rem",margin:"0 0 1.25rem",fontSize:"0.875rem"}}>
  <span style={{fontWeight:600}}>Available in</span>
  <span>🇮🇳 India</span>
  <span>🇸🇬 Singapore</span>
</div>

<CardGroup cols={2}>
  <Card title="Create a Document" href="/docs/sg/api/documents/create">
    `POST` `/v1/documents`

    Uploads a document onto the Razorpay ecosystem.
  </Card>

  <Card title="Fetch Document Information" href="/docs/sg/api/documents/fetch-info">
    `GET` `/v1/documents/:id`

    Retrieves the details of any document that was uploaded.
  </Card>

  <Card title="Fetch Document Content" href="/docs/sg/api/documents/fetch-content">
    `GET` `/v1/documents/:id/content`

    Downloads a previously uploaded document.
  </Card>
</CardGroup>

## Related Guides

* [About Documents](/docs/sg/payments/disputes/submit-evidence)
