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

Use the Documents APIs to securely upload and share documents with Razorpay.<br /><br />

Fork the Razorpay Postman Public Workspace and try the Documents APIs using your [Test API Keys](/docs/api/authentication#generate-api-keys).

<a href="https://www.postman.com/razorpaydev/workspace/razorpay-public-workspace/folder/12492020-c8192d5e-7fd8-4047-a6c4-eb2ef5e34155" target="_blank">![Run in Postman](https://run.pstmn.io/button.svg)</a>

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

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

  <Card title="Fetch Document Information" href="/docs/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/api/documents/fetch-content">
    `GET` `/v1/documents/:id/content`

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

## Related Guides

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