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

Adaptive ML Chunked Upload API

Upload large files in chunks

Adaptive ML Chunked Upload API is one of 9 APIs that Adaptive ML publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Chunked Upload. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and authentication docs.

This API exposes 4 operations across 4 paths, and defines 5 schemas. It is described by OpenAPI 3.1.0, at version 0.1.0.

Requests are made against the base URL https://your-adaptive-deployment/api/v1.

4 operations 4 paths 5 schemas 1 DELETE3 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
0.1.0
Base URL
https://your-adaptive-deployment/api/v1
License
UNLICENSED
Resource Areas
1

Paths & Operations 4

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

Chunked Upload 4

Upload large files in chunks

POST
/api/v1/upload/init
Initialize Chunked Upload
Initialize Chunked Upload body → 200
POST
/api/v1/upload/part
Upload Part
Upload Part 2 params body → 200
DELETE
/api/v1/upload/abort
Abort Chunked Upload
Abort Chunked Upload body → 200
POST
/api/v1/upload/status
Get Upload Session Status
Get Upload Session Status body → 200

Schemas 5

The contract defines 5 schemas that model the data the API accepts and returns. The most detailed are InitChunkedUploadRequest (3 properties), GetUploadSessionStatusResponse (2 properties), GetUploadSessionStatusRequest (1 property), InitChunkedUploadResponse (1 property). Each schema is shown below with its type and property counts.

AbortChunkedUploadRequest
object
1 property 1 required
GetUploadSessionStatusResponse
object
2 properties 2 required
InitChunkedUploadResponse
object
1 property 1 required
InitChunkedUploadRequest
object
3 properties 1 required
GetUploadSessionStatusRequest
object
1 property 1 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

adaptive-ml-chunked-upload-api-openapi.yml Raw ↑

Other APIs Adaptive ML publishes across the network.

Adaptive ML artifacts::rest API
Adaptive ML Completions API
Adaptive ML Datasets API
Adaptive ML Embeddings API
Adaptive ML Feedback API
Adaptive ML image::rest API
Adaptive ML Interactions API
Adaptive ML Recipes API