> ## Documentation Index
> Fetch the complete documentation index at: https://doc-test-my.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.

Use the Documents APIs to securely upload and share documents with Razorpay.

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