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 Batch API

The Batch API from Extend — 5 operation(s) for batch.

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

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

This API exposes 5 operations across 5 paths, and defines 9 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.

5 operations 5 paths 9 schemas 1 GET4 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 Batch 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 5

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

Batch 5
POST
/parse_runs/batch
Batch create parse runs
batchCreateParseRuns 1 param body → 200default
POST
/extract_runs/batch
Batch create extract runs
batchCreateExtractRuns 1 param body → 200default
POST
/classify_runs/batch
Batch create classify runs
batchCreateClassifyRuns 1 param body → 200default
POST
/split_runs/batch
Batch create split runs
batchCreateSplitRuns 1 param body → 200default
GET
/batch_runs/{id}
Get a batch run
getBatchRun 2 params → 200default

Schemas 9

The contract defines 9 schemas that model the data the API accepts and returns. The most detailed are BatchRun (5 properties), ApiError (4 properties), FileFromUrl (3 properties), BatchRequest (3 properties). Each schema is shown below with its type and property counts.

RunStatus
string
FileInput
FileFromUrl
object
3 properties 1 required
BatchRequest
object
3 properties 1 required
RunMetadata
object
Custom metadata for a run, up to 10KB.
FileFromId
object
1 property 1 required
FileFromText
object
1 property 1 required
ApiError
object
4 properties
BatchRun
object
5 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

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

Other APIs Extend publishes across the network.

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