---
title: "Upload File"
method: POST
path: "/api/v1/parsing/upload"
tags: ["Parsing"]
---

# Upload File

`POST /api/v1/parsing/upload`

## Query parameters

- `organization_id` string, uuid, nullable
- `project_id` string, uuid, nullable

## Cookies

- `session` string, nullable

## Response `200`

Successful Response

- ParsingJob — A parse job (v1).
  - `id` string, required — Unique parse job identifier
  - `status` 'PENDING' | 'SUCCESS' | 'ERROR' | 'PARTIAL_SUCCESS' | 'CANCELLED', required — Enum for representing the status of a job
  - `error_code` string, nullable — Machine-readable error code when failed
  - `error_message` string, nullable — Human-readable error details when failed

## Other responses

- `422` — Validation Error

## Changes

- **2026-06-09** `b17341164de9` — 2 info
  - added the optional property `detail/items/ctx` to the response with the `422` status
  - added the optional property `detail/items/input` to the response with the `422` status

[Change history](https://skmtc.dev/run-llama/apis/llama-platform/changes/api/v1/parsing/upload/post.md)

---

[API](https://skmtc.dev/run-llama/apis/llama-platform.md) · [All operations](https://skmtc.dev/run-llama/apis/llama-platform/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/run-llama/llama-platform/revisions/b17341164de9/schema)
