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

QuantCDN AI Vector Database API

Vector database collections for RAG and semantic search

QuantCDN AI Vector Database API is one of 38 APIs that QuantCDN publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include AI Vector Database. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and a getting-started guide.

This API exposes 8 operations across 4 paths, and defines 20 schemas. It is described by OpenAPI 3.0.0, at version 4.15.8.

Requests are made against 2 base URLs: https://dashboard.quantcdn.io, https://dash.quantgov.cloud.

8 operations 4 paths 20 schemas 2 DELETE3 GET3 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.0
API Version
4.15.8
Base URL
https://dashboard.quantcdn.io
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

QuantCDN AI Vector Database API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (JWT) (BearerAuth). By default, every request must be authenticated.

  • BearerAuth — Enter your Bearer token in the format: Bearer . Obtain your API token from the QuantCDN dashboard under Profile API Tokens.

Paths & Operations 8

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

AI Vector Database 8

Vector database collections for RAG and semantic search

GET
/api/v3/organizations/{organisation}/ai/vector-db/collections
List Vector Database Collections
listVectorCollections 1 param → 200403500
POST
/api/v3/organizations/{organisation}/ai/vector-db/collections
Create Vector Database Collection
createVectorCollection 1 param body → 201400403409500
DELETE
/api/v3/organizations/{organisation}/ai/vector-db/collections/{collectionId}
Delete Collection
deleteVectorCollection 2 params → 200403404500
GET
/api/v3/organizations/{organisation}/ai/vector-db/collections/{collectionId}
Get Collection Details
getVectorCollection 2 params → 200403404500
DELETE
/api/v3/organizations/{organisation}/ai/vector-db/collections/{collectionId}/documents
Delete Documents from Collection
deleteVectorDocuments 2 params body → 200400403404500
GET
/api/v3/organizations/{organisation}/ai/vector-db/collections/{collectionId}/documents
List Documents in Collection
listVectorDocuments 5 params → 200403404500
POST
/api/v3/organizations/{organisation}/ai/vector-db/collections/{collectionId}/documents
Upload Documents to Collection
uploadVectorDocuments 2 params body → 200400403404500
POST
/api/v3/organizations/{organisation}/ai/vector-db/collections/{collectionId}/query
Semantic Search Query
queryVectorCollection 2 params body → 200400403404500

Schemas 20

The contract defines 20 schemas that model the data the API accepts and returns. The most detailed are queryVectorCollection_200_response (10 properties), queryVectorCollection_request (10 properties), getVectorCollection_200_response_collection (8 properties), listVectorCollections_200_response_collections_inner (6 properties). Each schema is shown below with its type and property counts.

deleteSkillCollection_200_response
object
2 properties
queryVectorCollection_200_response
object
10 properties
deleteVectorDocuments_200_response
object
3 properties
queryVectorCollection_request_filter
object
Filter results by metadata fields. Applied AFTER semantic search (or alone in listByMetadata mode). All conditions use AND logic.
2 properties
uploadVectorDocuments_200_response
object
4 properties
deleteVectorDocuments_request
object
4 properties
deleteVectorDocuments_request_metadata
object
2 properties
listVectorCollections_200_response
object
2 properties
queryVectorCollection_request
object
10 properties
queryVectorCollection_200_response_pagination
object
Pagination info (listByMetadata mode only)
3 properties
listVectorCollections_200_response_collections_inner
object
6 properties
queryVectorCollection_200_response_results_inner
object
5 properties
uploadVectorDocuments_request_documents_inner_metadata
object
4 properties
getVectorCollection_200_response_collection
object
8 properties
uploadVectorDocuments_request_documents_inner
object
3 properties 1 required
getVectorCollection_200_response
object
1 property
uploadVectorDocuments_request
object
1 property 1 required
createVectorCollection_201_response_collection
object
5 properties
createVectorCollection_201_response
object
3 properties
createVectorCollection_request
object
4 properties 2 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

quantcdn-ai-vector-database-api-openapi.yml Raw ↑

Other APIs QuantCDN publishes across the network.

QuantCDN AI Agents API
QuantCDN AI Custom Tools API
QuantCDN AI File Storage API
QuantCDN AI Filter Policies API
QuantCDN AI Governance API
QuantCDN AI Inference API
QuantCDN AI Models API
QuantCDN AI Monitoring API
QuantCDN AI Orchestrations API
QuantCDN AI Sessions API
QuantCDN AI Skills API
QuantCDN AI Slack Bots API