---
title: "ADE Parse Jobs"
method: POST
path: "/v1/ade/parse/jobs"
tags: ["Tools"]
---

# ADE Parse Jobs

`POST /v1/ade/parse/jobs`

Parse documents asynchronously.

This endpoint creates a job that handles the
    processing for both large documents and large batches of documents.

 For EU
    users, use this endpoint:


    `https://api.va.eu-west-1.landing.ai/v1/ade/parse/jobs`.

## Response `202`

Job queued successfully

- JobCreationResponse
  - `job_id` string, required

## Other responses

- `422` — Validation Error
- `429` — Rate limit exceeded

## Changes

- **2026-04-22** `3052ba97a920` — 1 breaking, 1 info
  - removed `subschema #1` from the `custom_prompts` request property `anyOf` list
  - added `#/components/schemas/CustomPrompts` to the `custom_prompts` request property `anyOf` list
- **2026-03-20** `db7429fa53be` — 1 info
  - added the new optional request property `custom_prompts`
- **2026-03-12** `64b844e161ba` — 1 info
  - added the new optional request property `password`
- **2026-02-13** `62ce42134d4b` — 1 info
  - the endpoint scheme security `Basic Auth` was removed from the API
- **2026-02-13** `eeb4eb7952ab` — 1 info
  - the endpoint scheme security `Basic Auth` was added to the API

[Full history](https://skmtc.dev/landing-ai/apis/ade-api/changes/v1/ade/parse/jobs/post.md)

---

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