Qdrant Indexes API
Indexes for payloads associated with points.
Qdrant Indexes API is one of 9 APIs that Qdrant publishes on the APIs.io network, described by a machine-readable OpenAPI specification.
Tagged areas include Indexes. The published artifact set on APIs.io includes an OpenAPI specification and API documentation.
This API exposes 2 operations across 2 paths, and defines 36 schemas. It is described by OpenAPI 3.0.1, at version master.
Requests are made against a single base URL, {protocol}://{hostname}:{port}.
Metadata
The identity and technical contract details declared by the specification.
Authentication & Security 2
Qdrant Indexes 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 2 paths, the API surfaces 2 operations — 1 DELETE, 1 PUT. Each is listed below with its method, path, parameters, and response codes.
Indexes for payloads associated with points.
Schemas 36
The contract defines 36 schemas that model the data the API accepts and returns. The most detailed are TextIndexParams (11 properties), HardwareUsage (7 properties), IntegerIndexParams (6 properties), DatetimeIndexParams (4 properties). Each schema is shown below with its type and property counts.
Specification
The full machine-readable OpenAPI contract behind this narrative.
Source
More from Qdrant 8
Other APIs Qdrant publishes across the network.