---
title: "Changes to ADE Extract"
method: POST
path: "/v1/ade/extract"
---

# Changes to ADE Extract

`POST /v1/ade/extract`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 14 of 30 revisions.

- **2026-04-03** `ceccbcbbf7a6` — 4 info
- **2026-03-12** `289dbe904bcc` — 1 warning
- **2026-03-12** `64b844e161ba` — 1 info
- **2026-02-13** `62ce42134d4b` — 1 info
- **2026-02-13** `eeb4eb7952ab` — 5 breaking, 4 info
- **2026-02-13** `e8084df42cc1` — 3 info
- **2026-02-13** `73d13502c1d0` — 3 breaking, 3 info
- **2026-02-13** `62ce42134d4b` — 1 info
- **2026-02-13** `eeb4eb7952ab` — 1 breaking, 10 info
- **2025-12-16** `a5f82ed3c3a3` — 1 info
- **2025-11-10** `5fd0d575b1a6` — 1 info
- **2025-09-29** `f324dcade96a` — 1 breaking, 1 info
- **2025-09-29** `542a8c1e9161` — 1 breaking, 3 info
- **2025-09-24** `f84d9496fa14` — 1 breaking, 2 info

## Changes

- **2026-04-03** `ceccbcbbf7a6` — 4 info
  - added the new optional request property `strict`
  - added the media type `application/json` for the response with the status `206`
  - added the non-success response with the status `429`
  - added the optional property `metadata/warnings` to the response with the `200` status
- **2026-03-12** `289dbe904bcc` — 1 warning
  - removed the request property `strict`
- **2026-03-12** `64b844e161ba` — 1 info
  - added the new optional request property `strict`
- **2026-02-13** `62ce42134d4b` — 1 info
  - the endpoint scheme security `Basic Auth` was removed from the API
- **2026-02-13** `eeb4eb7952ab` — 5 breaking, 4 info
  - removed the media type `application/json` from the request body
  - removed `subschema #1, subschema #2` from the request body `oneOf` list
  - the request property `markdown` became not nullable
  - the request property `markdown_url` became not nullable
  - the request property `model` became not nullable
  - the endpoint scheme security `Basic Auth` was added to the API
  - request property `markdown` list-of-types was widened by adding types `null` to media type `multipart/form-data`
  - request property `markdown_url` list-of-types was widened by adding types `null` to media type `multipart/form-data`
  - request property `model` list-of-types was widened by adding types `null` to media type `multipart/form-data`
- **2026-02-13** `e8084df42cc1` — 3 info
  - added `subschema #1, subschema #2` to the request body `oneOf` list (media type: application/json)
  - added `subschema #1, subschema #2` to the request body `oneOf` list (media type: multipart/form-data)
  - the request property `markdown` became nullable (media type: multipart/form-data)
- **2026-02-13** `73d13502c1d0` — 3 breaking, 3 info
  - request property `markdown` list-of-types was narrowed by removing types `null` from media type `multipart/form-data`
  - request property `markdown_url` list-of-types was narrowed by removing types `null` from media type `multipart/form-data`
  - request property `model` list-of-types was narrowed by removing types `null` from media type `multipart/form-data`
  - added the media type `application/json` to the request body
  - the request property `markdown_url` became nullable
  - the request property `model` became nullable
- **2026-02-13** `62ce42134d4b` — 1 info
  - the endpoint scheme security `Basic Auth` was removed from the API
- **2026-02-13** `eeb4eb7952ab` — 1 breaking, 10 info
  - the `metadata` response's property type/format changed from ``/`` to `object`/`` for status `200`
  - the endpoint scheme security `Basic Auth` was added to the API
  - added the optional property `metadata/fallback_model_version` to the response with the `200` status
  - added the optional property `metadata/schema_violation_error` to the response with the `200` status
  - removed `#/components/schemas/ExtractMetadata` from the `metadata` response property `allOf` list for the response status `200`
  - added the required property `metadata/credit_usage` to the response with the `200` status
  - added the required property `metadata/duration_ms` to the response with the `200` status
  - added the required property `metadata/filename` to the response with the `200` status
  - added the required property `metadata/job_id` to the response with the `200` status
  - added the required property `metadata/org_id` to the response with the `200` status
  - added the required property `metadata/version` to the response with the `200` status
- **2025-12-16** `a5f82ed3c3a3` — 1 info
  - added the optional property `metadata/allOf[subschema #1: ExtractMetadata]/fallback_model_version` to the response with the `200` status
- **2025-11-10** `5fd0d575b1a6` — 1 info
  - added the optional property `metadata/allOf[subschema #1: ExtractMetadata]/schema_violation_error` to the response with the `200` status
- **2025-09-29** `f324dcade96a` — 1 breaking, 1 info
  - removed `#/components/schemas/ExtractVersions` from the `model` request property `anyOf` list
  - added `subschema #1` to the `model` request property `anyOf` list
- **2025-09-29** `542a8c1e9161` — 1 breaking, 3 info
  - removed `subschema #1` from the `model` request property `anyOf` list
  - the endpoint scheme security `Basic Auth` was removed from the API
  - added `#/components/schemas/ExtractVersions` to the `model` request property `anyOf` list
  - added `subschema #2` to the `markdown` request property `anyOf` list
- **2025-09-24** `f84d9496fa14` — 1 breaking, 2 info
  - response property `metadata/allOf[subschema #1: ExtractMetadata]/version` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - added the new optional request property `model`
  - added the required property `metadata/allOf[subschema #1: ExtractMetadata]/job_id` to the response with the `200` status

---

[Operation](https://skmtc.dev/landing-ai/apis/ade-api/docs/v1/ade/extract/post.md) · [API](https://skmtc.dev/landing-ai/apis/ade-api.md) · [Page](https://skmtc.dev/landing-ai/apis/ade-api/changes/v1/ade/extract/post)
