Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Extend Extract API

The Extract API from Extend — 6 operation(s) for extract.

Extend Extract API is one of 9 APIs that Extend publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Extract. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and an API reference.

This API exposes 8 operations across 6 paths, and defines 11 schemas. It is described by OpenAPI 3.0.1, at version 2026-02-09.

Requests are made against a single base URL, https://api.extend.ai.

8 operations 6 paths 11 schemas 3 GET5 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.1
API Version
2026-02-09
Base URL
https://api.extend.ai
Authentication
HTTP Bearer
Terms of Service
Resource Areas
1

Authentication & Security 1

Extend Extract API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (BearerAuth). By default, every request must be authenticated.

  • BearerAuth — Provide your Extend API token as a Bearer token in the Authorization header.

Paths & Operations 8

Across 6 paths, the API surfaces 8 operations — 3 GET, 5 POST. Each is listed below with its method, path, parameters, and response codes.

Extract 8
POST
/extract
Extract from a file (synchronous)
extractFile 1 param body → 200default
POST
/extract_runs
Create an extract run (asynchronous)
createExtractRun 1 param body → 200default
GET
/extract_runs/{id}
Get an extract run
getExtractRun 2 params → 200default
GET
/extractors
List extractors
listExtractors 3 params → 200default
POST
/extractors
Create an extractor
createExtractor 1 param body → 200default
GET
/extractors/{id}
Get an extractor
getExtractor 2 params → 200default
POST
/extractors/{id}
Update an extractor
updateExtractor 2 params body → 200default
POST
/extractors/{id}/versions
Create an extractor version
createExtractorVersion 2 params body → 200default

Schemas 11

The contract defines 11 schemas that model the data the API accepts and returns. The most detailed are ProcessorRun (11 properties), Processor (8 properties), ApiError (4 properties), ExtractRequest (4 properties). Each schema is shown below with its type and property counts.

Processor
object
8 properties
RunStatus
string
FileInput
FileFromUrl
object
3 properties 1 required
RunMetadata
object
Custom metadata for a run, up to 10KB.
ExtractRequest
object
4 properties 1 required
ProcessorRun
object
11 properties
FileFromId
object
1 property 1 required
FileFromText
object
1 property 1 required
ApiError
object
4 properties
ProcessorCreateRequest
object
2 properties 1 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

extend-ai-extract-api-openapi.yml Raw ↑

Other APIs Extend publishes across the network.

Extend Batch API
Extend Classify API
Extend Evaluations API
Extend Files API
Extend Parse API
Extend Split API
Extend Workflow Runs API
Extend Workflows API