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

The Parse API from Extend — 3 operation(s) for parse.

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

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

This API exposes 4 operations across 3 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.

4 operations 3 paths 9 schemas 2 GET2 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 Parse 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 4

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

Parse 4
POST
/parse
Parse a file (synchronous)
parseFile 2 params body → 200default
POST
/parse_runs
Create a parse run (asynchronous)
createParseRun 1 param body → 200default
GET
/parse_runs
List parse runs
listParseRuns 3 params → 200default
GET
/parse_runs/{id}
Get a parse run
getParseRun 2 params → 200default

Schemas 9

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

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

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

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

Other APIs Extend publishes across the network.

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