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

The Evaluations API from Extend — 4 operation(s) for evaluations.

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

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

This API exposes 4 operations across 4 paths, and defines 3 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 4 paths 3 schemas 1 GET3 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 Evaluations 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 4 paths, the API surfaces 4 operations — 1 GET, 3 POST. Each is listed below with its method, path, parameters, and response codes.

Evaluations 4
POST
/evaluation_sets
Create an evaluation set
createEvaluationSet 1 param body → 200default
GET
/evaluation_sets/{id}
Get an evaluation set
getEvaluationSet 2 params → 200default
POST
/evaluation_set_items
Create an evaluation set item
createEvaluationSetItem 1 param body → 200default
POST
/evaluation_set_runs
Create an evaluation set run
createEvaluationSetRun 1 param body → 200default

Schemas 3

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

RunStatus
string
EvaluationSet
object
7 properties
ApiError
object
4 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

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

Other APIs Extend publishes across the network.

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