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

Qdrant Beta API

Beta features, do not depend on these yet.

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

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

This API exposes 2 operations across 1 path, and defines 5 schemas. It is described by OpenAPI 3.0.1, at version master.

Requests are made against a single base URL, {protocol}://{hostname}:{port}.

2 operations 1 paths 5 schemas 1 DELETE1 GET

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.1
API Version
master
Server
{protocol}://{hostname}:{port}
Authentication
API Key, HTTP Bearer
License
Resource Areas
1

Authentication & Security 2

Qdrant Beta API declares 2 security schemes for authenticating requests. An API key is passed in the header as api-key (api-key). It accepts HTTP bearer tokens (bearerAuth). By default, every request must be authenticated, though some operations may also be called without credentials.

  • api-key — Authorization key, either read-write or read-only

Paths & Operations 2

Across 1 path, the API surfaces 2 operations — 1 DELETE, 1 GET. Each is listed below with its method, path, parameters, and response codes.

Beta 2

Beta features, do not depend on these yet.

GET
/issues
Get issues
get_issues → 2004XX
DELETE
/issues
Clear issues
clear_issues → default4XX200

Schemas 5

The contract defines 5 schemas that model the data the API accepts and returns. The most detailed are HardwareUsage (7 properties), ErrorResponse (3 properties), Usage (2 properties), ModelUsage (1 property). Each schema is shown below with its type and property counts.

HardwareUsage
object
Usage of the hardware resources, spent to process the request
7 properties 7 required
Usage
object
Usage of the hardware resources, spent to process the request
2 properties
ErrorResponse
object
3 properties
InferenceUsage
object
1 property 1 required
ModelUsage
object
1 property 1 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

qdrant-beta-api-openapi.yml Raw ↑

Other APIs Qdrant publishes across the network.

Qdrant Aliases API
Qdrant Collections API
Qdrant Distributed API
Qdrant Indexes API
Qdrant Points API
Qdrant Search API
Qdrant Service API
Qdrant Snapshots API