---
title: "Get document"
method: GET
path: "/documents/{document_uuid}"
tags: ["Document"]
---

# Get document

`GET /documents/{document_uuid}`

Use this endpoint to retrieve your text content in CXUC. The `$ACCOUNT` is your assigned subdomain, or just replace the URL if you have a custom domain.

## Path parameters

- `document_uuid` string, required

## Headers

- `Accept` 'application/vnd.api+json' — The Accept header must be set to application/vnd.api+json
- `Authorization` string, required
- `Referer` string

## Response `200`

A DocumentContent response

## Other responses

- `400` — Validation Error
- `403` — Permissions Error
- `500` — Server Error

---

[API](https://skmtc.net/bynder/apis/oauth-2-0.md) · [All operations](https://skmtc.net/bynder/apis/oauth-2-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bynder/oauth-2-0/revisions/bb9efc864ce1/schema)
