---
title: "POST /documents"
method: POST
path: "/documents"
tags: ["Documents"]
---

# POST /documents

`POST /documents`

## Response `202`

Accepted

- Document
  - `id` string, uuid
  - `tenant_id` string, uuid
  - `metadata` object, nullable
  - `content_type` string, nullable
  - `created_by` string, uuid, nullable
  - `created_at` string, date-time, nullable

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden

---

[API](https://skmtc.net/basistheory/apis/basis-theory-api.md) · [All operations](https://skmtc.net/basistheory/apis/basis-theory-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/basistheory/basis-theory-api/revisions/cbb8e098b560/schema)
