Skip to main content
POST
Create Vector Database Route

Authorizations

Authorization
string
header
required

Your Seekr API key, sent in the Authorization header with no 'Bearer' prefix.

Body

application/json
name
string
required

Name of the vector database

model
string
required

Model used to generate the vectors

description
string | null

Optional description

db_type
enum<string> | null
default:RAG

The type of vector database to create. Use RAG, which is the default.

Available options:
RAG,
explainability,
airde

Response

Success

id
string
required
name
string
required
model
string
required
dimension
integer
required
description
string | null
required
created_at
string<date-time>
required
updated_at
string<date-time>
required
file_count
integer
required
db_type
enum<string> | null
required

The kind of vector database. RAG is used for retrieval.

Available options:
RAG,
explainability,
airde
size_in_bytes
integer | null
Last modified on July 31, 2026