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

ZeroEntropy Collections API

The Collections API from ZeroEntropy — 3 operation(s) for collections.

ZeroEntropy Collections API is one of 7 APIs that ZeroEntropy publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Collections. The published artifact set on APIs.io includes an OpenAPI specification and authentication docs.

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

Requests are made against 2 base URLs: https://api.zeroentropy.dev/v1, https://eu-api.zeroentropy.dev/v1.

3 operations 3 paths 7 schemas 3 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://api.zeroentropy.dev/v1
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

ZeroEntropy Collections API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (HTTPBearer).

  • HTTPBearer — The Authorization header must be provided in the format Bearer . You can get your API Key at the [Dashboard](https://dashboard.zeroentropy.dev/)!

Paths & Operations 3

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

Collections 3
POST
/collections/add-collection
Add Collection
add_collection_collections_add_collection_post body → 201400409422
POST
/collections/get-collection-list
Get Collection List
get_collection_list_collections_get_collection_list_post body → 200422
POST
/collections/delete-collection
Delete Collection
delete_collection_collections_delete_collection_post body → 200400404422

Schemas 7

The contract defines 7 schemas that model the data the API accepts and returns. The most detailed are ValidationError (3 properties), AddCollectionRequest (2 properties), DefaultResponse (1 property), DeleteCollectionRequest (1 property). Each schema is shown below with its type and property counts.

ValidationError
object
3 properties 3 required
AddCollectionRequest
object
2 properties 1 required
GetCollectionListResponse
object
1 property 1 required
HTTPValidationError
object
1 property
DeleteCollectionRequest
object
1 property 1 required
EmptyRequest
object
DefaultResponse
object
1 property

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

zeroentropy-collections-api-openapi.yml Raw ↑

Other APIs ZeroEntropy publishes across the network.

ZeroEntropy Admin API
ZeroEntropy Documents API
ZeroEntropy Models API
ZeroEntropy Queries API
ZeroEntropy Status API
ZeroEntropy Usage API