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

Adaption Labs Datasets API

Create, ingest, adapt, evaluate, and export datasets.

Adaption Labs Datasets API is one of 2 APIs that Adaption Labs publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Datasets. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, a getting-started guide, and authentication docs.

This API exposes 8 operations across 7 paths, and defines 13 schemas. It is described by OpenAPI 3.1.0, at version v1.

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

8 operations 7 paths 13 schemas 5 GET3 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
v1
Base URL
https://api.prod.adaptionlabs.ai
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

Adaption Labs Datasets API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (bearerAuth). By default, every request must be authenticated.

  • bearerAuth — API key issued in the Adaption app (Settings → API keys). Format ptlive... . Send as Authorization: Bearer or set the ADAPTIONAPIKEY environment variable for t…

Paths & Operations 8

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

Datasets 8

Create, ingest, adapt, evaluate, and export datasets.

POST
/api/v1/datasets
Create a dataset from file upload, HuggingFace, or Kaggle
createDataset body → 200401422
GET
/api/v1/datasets
List datasets
listDatasets 8 params → 200401
GET
/api/v1/datasets/{dataset_id}
Get a dataset by ID
getDataset 1 param → 200401404
GET
/api/v1/datasets/{dataset_id}/status
Get the processing status of a dataset
getDatasetStatus 1 param → 200401404
GET
/api/v1/datasets/{dataset_id}/evaluation
Get evaluation results for a dataset
getDatasetEvaluation 1 param → 200401404
POST
/api/v1/datasets/{dataset_id}/run
Start an augmentation run (or estimate cost)
runDataset 1 param body → 200401422
GET
/api/v1/datasets/{dataset_id}/download
Download the processed dataset
downloadDataset 2 params → 200401422
POST
/api/v1/datasets/{dataset_id}/publish
Publish a dataset to an external platform
publishDataset 1 param body → 200401501

Schemas 13

The contract defines 13 schemas that model the data the API accepts and returns. The most detailed are RunResponse (6 properties), Dataset (5 properties), ColumnMapping (5 properties), RunRequest (5 properties). Each schema is shown below with its type and property counts.

FileSource
object
3 properties 3 required
DatasetEvaluation
object
2 properties
RunRequest
object
5 properties
Error
object
Error envelope carrying a stable code, severity, and message.
3 properties
CreateDatasetRequest
object
1 property 1 required
DatasetStatus
object
3 properties
KaggleSource
object
3 properties 3 required
HuggingfaceSource
object
3 properties 3 required
ColumnMapping
object
User-configured column mapping. Null if not yet configured.
5 properties
ErrorData
object
Error details if the dataset failed. Null otherwise.
3 properties
CreateDatasetResponse
object
3 properties
Dataset
object
5 properties
RunResponse
object
6 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

adaption-labs-datasets-api-openapi.yml Raw ↑

Other APIs Adaption Labs publishes across the network.

Adaption Labs Upload API