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 Collections API

Searchable collections of points.

Qdrant Collections API is one of 9 APIs that Qdrant 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 API documentation.

This API exposes 7 operations across 4 paths, and defines 97 schemas. It is described by OpenAPI 3.0.1, at version master.

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

7 operations 4 paths 97 schemas 1 DELETE4 GET1 PATCH1 PUT

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 Collections 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 7

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

Collections 7

Searchable collections of points.

GET
/collections
List collections
get_collections → default4XX200
GET
/collections/{collection_name}
Collection info
get_collection 1 param → default4XX200
PUT
/collections/{collection_name}
Create collection
create_collection 2 params body → default4XX200
PATCH
/collections/{collection_name}
Update collection parameters
update_collection 2 params body → default4XX200
DELETE
/collections/{collection_name}
Delete collection
delete_collection 2 params → default4XX200
GET
/collections/{collection_name}/exists
Check the existence of a collection
collection_exists 1 param → default4XX200
GET
/collections/{collection_name}/optimizations
Get optimization progress
get_optimizations 3 params → default4XX200

Schemas 97

The contract defines 97 schemas that model the data the API accepts and returns. The most detailed are StrictModeConfig (20 properties), StrictModeConfigOutput (20 properties), CreateCollection (13 properties), TextIndexParams (11 properties). Each schema is shown below with its type and property counts.

BinaryQuantization
object
1 property 1 required
ProgressTree
object
7 properties 1 required
PayloadIndexInfo
object
Display payload field type & index information
3 properties 2 required
StrictModeConfigOutput
object
20 properties
GeoIndexType
string
BinaryQuantizationEncoding
string
Usage
object
Usage of the hardware resources, spent to process the request
2 properties
Payload
object
InferenceUsage
object
1 property 1 required
UpdateQueueInfo
object
2 properties 1 required
PayloadSchemaType
string
All possible names of payload types
QuantizationConfig
CollectionsResponse
object
1 property 1 required
CreateCollection
object
Operation for creating new collection and (optionally) specify index params
13 properties
MaxOptimizationThreads
HnswConfig
object
Config of HNSW index
7 properties 3 required
FloatIndexParams
object
4 properties 1 required
Disabled
string
StrictModeMultivectorConfig
object
BinaryQuantizationConfig
object
3 properties
StrictModeMultivectorConfigOutput
object
ScalarQuantization
object
1 property 1 required
FloatIndexType
string
SparseVectorsConfig
object
ProductQuantizationConfig
object
2 properties 1 required
QuantizationConfigDiff
ProductQuantization
object
1 property 1 required
SparseIndexParams
object
Configuration for sparse inverted index.
3 properties
OptimizersStatus
Current state of the collection
DatetimeIndexType
string
BoolIndexParams
object
3 properties 1 required
StopwordsSet
object
2 properties
KeywordIndexParams
object
4 properties 1 required
StrictModeSparse
object
1 property
IntegerIndexType
string
BinaryQuantizationQueryEncoding
string
WalConfig
object
3 properties 2 required
TrackerStatus
Represents the current state of the optimizer being tracked
ModelUsage
object
1 property 1 required
Modifier
string
If used, include weight modification, which will be applied to sparse vectors at query time: None - no modification (default) Idf - inverse document frequency,…
VectorsConfigDiff
object
Vector update params for multiple vectors { "vectorname": { "hnswconfig": { "m": 8 } } }
OptimizationsSummary
object
4 properties 4 required
MultiVectorComparator
string
CollectionExistence
object
State of existence of a collection, true = exists, false = does not exist
1 property 1 required
StemmingAlgorithm
Different stemming algorithms with their configs.
MultiVectorConfig
object
1 property 1 required
StrictModeSparseConfig
object
HardwareUsage
object
Usage of the hardware resources, spent to process the request
7 properties 7 required
VectorParams
object
Params of single vector data storage
7 properties 2 required
KeywordIndexType
string
StrictModeMultivector
object
1 property
Distance
string
Type of internal tags, build from payload Distance function types used to compare vectors
CollectionConfig
object
Information about the collection configuration
7 properties 3 required
OptimizersConfig
object
9 properties 2 required
TokenizerType
string
ScalarType
string
DatetimeIndexParams
object
4 properties 1 required
PendingOptimization
object
2 properties 2 required
UuidIndexType
string
ErrorResponse
object
3 properties
CompressionRatio
string
OptimizationSegmentInfo
object
2 properties 2 required
StrictModeSparseConfigOutput
object
CollectionParams
object
9 properties
ScalarQuantizationConfig
object
3 properties 1 required
GeoIndexParams
object
3 properties 1 required
ShardingMethod
string
SnowballParams
object
2 properties 2 required
CollectionInfo
object
Current statistics and configuration of the collection
9 properties 5 required
StrictModeConfig
object
20 properties
CollectionStatus
string
Current state of the collection. Green - all good. Yellow - optimization is running, 'Grey' - optimizations are possible but not triggered, Red - some operatio…
TextIndexParams
object
11 properties 1 required
StrictModeSparseOutput
object
1 property
HnswConfigDiff
object
7 properties
StrictModeMultivectorOutput
object
1 property
Snowball
string
VectorsConfig
Vector params separator for single and multiple vector modes Single mode: { "size": 128, "distance": "Cosine" } or multiple mode: { "default": { "size": 128, "…
Datatype
string
TextIndexType
string
Optimization
object
5 properties 5 required
CollectionParamsDiff
object
5 properties
CollectionWarning
object
1 property 1 required
OptimizationsResponse
object
Optimizations progress for the collection
5 properties 2 required
SnowballLanguage
string
Languages supported by snowball stemmer.
IntegerIndexParams
object
6 properties 1 required
MaxOptimizationThreadsSetting
string
OptimizersConfigDiff
object
9 properties
StopwordsInterface
UuidIndexParams
object
4 properties 1 required
VectorParamsDiff
object
3 properties
CollectionDescription
object
1 property 1 required
WalConfigDiff
object
3 properties
UpdateCollection
object
Operation for updating parameters of the existing collection
8 properties
BoolIndexType
string
PayloadSchemaParams
Payload type with parameters
Language
string
SparseVectorParams
object
Params of single sparse vector data storage
2 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

qdrant-collections-api-openapi.yml Raw ↑

Other APIs Qdrant publishes across the network.

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