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

Zipline Ai fetch API

The fetch API from Zipline Ai — 4 operation(s) for fetch.

Zipline Ai fetch API is one of 4 APIs that Zipline Ai publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include fetch. The published artifact set on APIs.io includes an OpenAPI specification.

This API exposes 4 operations across 4 paths, and defines 3 schemas. It is described by OpenAPI 3.0.3, at version v1.

Requests are made against 2 base URLs: http://localhost:9000, https://{host}.

4 operations 4 paths 3 schemas 4 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
v1
Servers
http://localhost:9000
https://{host}
Resource Areas
1

Paths & Operations 4

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

fetch 4
POST
/v1/fetch/groupby/{name}
Fetches features for one GroupBy
fetchGroupBy 1 param body → 200400
POST
/v1/fetch/join/{name}
Fetches features for one join
fetchJoin 1 param body → 200400
POST
/v1/fetch/modeltransforms/{name}
Fetches model transform outputs
fetchModelTransforms 1 param body → 200
POST
/v2/fetch/join/{name}
Fetches join features with the feature payload encoded as a base64 Avro string
fetchJoinV2 1 param body → 200

Schemas 3

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

FetchResponse
object
2 properties
FetchRequest
array
A JSON array of entity key maps; each map is one lookup. Response preserves request order.
FetchResult
object
4 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

zipline-ai-fetch-api-openapi.yml Raw ↑

Other APIs Zipline Ai publishes across the network.

Zipline Ai health API
Zipline Ai schema API
Zipline Ai workflow API