---
title: "Upload a file"
method: POST
path: "/v3/documents/file"
tags: ["Ingest"]
---

# Upload a file

`POST /v3/documents/file`

Upload a file to be processed

## Response `200`

Successfully uploaded file

- object
  - `id` string, required — Unique identifier of the document
  - `status` string, required — Status of the document

## Other responses

- `401` — Unauthorized
- `500` — Internal server error

---

[API](https://skmtc.dev/supermemory/apis/supermemory-api.md) · [All operations](https://skmtc.dev/supermemory/apis/supermemory-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/supermemory/supermemory-api/revisions/b8c2dbc8f2b5/schema)
