How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Seekr Vector database API

The Vector database API from Seekr — 11 operation(s) for vector database.

Seekr Vector database API is one of 35 APIs that Seekr publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Vector Database. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, and authentication docs.

This API exposes 17 operations across 11 paths, and defines 25 schemas. It is described by OpenAPI 3.2.0, at version 5.108.1.

Requests are made against a single base URL, https://flow.seekr.com.

17 operations 11 paths 25 schemas 2 DELETE9 GET2 PATCH4 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
5.108.1
Base URL
https://flow.seekr.com/v1
Authentication
API Key
Terms of Service
Resource Areas
1

Authentication & Security 1

Seekr Vector database API declares 1 security scheme for authenticating requests. An API key is passed in the header as Authorization (APIKeyHeader).

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

Paths & Operations 17

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

Vector database 17
POST
/v1/flow/vectordb
Create Vector Database Route
create_vector_database_route_v1_flow_vectordb_post body → 200422
GET
/v1/flow/vectordb
List Vector Databases
list_vector_databases_v1_flow_vectordb_get 1 param → 200422
DELETE
/v1/flow/vectordb/{database_id}
Delete Vector Database Route
delete_vector_database_route_v1_flow_vectordb__database_id__delete 1 param → 200422
GET
/v1/flow/vectordb/{database_id}
Get Vector Database Route
get_vector_database_route_v1_flow_vectordb__database_id__get 1 param → 200422
PATCH
/v1/flow/vectordb/{database_id}
Update Vector Database Route
update_vector_database_route_v1_flow_vectordb__database_id__patch 1 param body → 200422
GET
/v1/flow/vectordb/{database_id}/tools
Get Tools For Vector Database
get_tools_for_vector_database_v1_flow_vectordb__database_id__tools_get 1 param → 200422
GET
/v1/flow/vectordb/{database_id}/data-jobs
Get Data Jobs For Vector Database
get_data_jobs_for_vector_database_v1_flow_vectordb__database_id__data_jobs_get 1 param → 200422
POST
/v1/flow/vectordb/{database_id}/ingestion
Create Vector Database Ingestion Job
create_vector_database_ingestion_job_v1_flow_vectordb__database_id__ingestion_post 1 param body → 200422
GET
/v1/flow/vectordb/{database_id}/ingestion
List Vector Database Ingestion Jobs
list_vector_database_ingestion_jobs_v1_flow_vectordb__database_id__ingestion_get 1 param → 200422
GET
/v1/flow/vectordb/{database_id}/ingestion/{job_id}
Get Vector Database Ingestion Job
get_vector_database_ingestion_job_v1_flow_vectordb__database_id__ingestion__job_id__get 2 params → 200422
GET
/v1/flow/vectordb/{database_id}/files
List Vector Database Files
list_vector_database_files_v1_flow_vectordb__database_id__files_get 1 param → 200422
GET
/v1/flow/vectordb/{database_id}/chunk/{chunk_id}
Get Vector Database Chunk
get_vector_database_chunk_v1_flow_vectordb__database_id__chunk__chunk_id__get 2 params → 200422
POST
/v1/flow/vectordb/{database_id}/chunks
List Vector Database Chunks
list_vector_database_chunks_v1_flow_vectordb__database_id__chunks_post 1 param body → 200422
DELETE
/v1/flow/vectordb/{database_id}/files/{file_id}
Delete Vector Database File
delete_vector_database_file_v1_flow_vectordb__database_id__files__file_id__delete 2 params → 200422
PATCH
/v1/flow/vectordb/{database_id}/metadata
Update Vector Database Metadata
update_vector_database_metadata_v1_flow_vectordb__database_id__metadata_patch 1 param body → 200422
POST
/v1/flow/vectordb/{database_id}/metadata
Generate Vector Database Metadata Snapshot
generate_vector_database_metadata_snapshot_v1_flow_vectordb__database_id__metadata_post 1 param → 200422
GET
/v1/flow/vectordb/{database_id}/metadata
Get Vector Database Metadata Snapshot
get_vector_database_metadata_snapshot_v1_flow_vectordb__database_id__metadata_get 1 param → 200422

Schemas 25

The contract defines 25 schemas that model the data the API accepts and returns. The most detailed are VectorDatabaseFileResponse (19 properties), VectorDatabaseResponse (10 properties), VectorDatabaseIngestionResponse (9 properties), VectorDatabaseMarkdownLocation (6 properties). Each schema is shown below with its type and property counts.

UpdateVectorDbRequest
object
3 properties
MetadataSnapshotKey
object
3 properties 3 required
VectorDatabaseFileResponse
object
Response model for a vector database file
19 properties 6 required
VectorDatabaseChunkListResponse
object
5 properties 4 required
VectorDatabaseCreate
object
4 properties 2 required
VectorDatabaseResponse
object
10 properties 9 required
VectorDatabaseFileDeleteResponse
object
3 properties 3 required
VectorDatabaseMetadataSnapshotGenerateResponse
object
3 properties 3 required
VectorDatabaseMarkdownLocation
object
6 properties
HTTPValidationError
object
1 property
VectorDatabaseIngestionResponse
object
9 properties 8 required
VectorDatabaseChunkSearchRequest
object
Request body for searching/listing chunks in a vector database.
5 properties
IdList
object
Generic response model for a list of resource IDs.
2 properties 1 required
VectorDatabaseIngestionRequest
object
6 properties 1 required
VectorDatabaseIngestionList
object
2 properties 2 required
VectorDatabaseList
object
2 properties 2 required
VectorDatabaseChunkResponse
object
5 properties 3 required
ValidationError
object
5 properties 3 required
VectorDatabaseMetadataSnapshotResponse
object
3 properties 3 required
DBType
string
VectorDatabaseMetadataUpdateResponse
object
1 property 1 required
VectorDatabaseFileList
object
Response model for a list of vector database files
2 properties 1 required
VectorDatabaseChunkListItem
object
6 properties 3 required
VectorDatabaseMetadataUpdateRequest
object
Request body for overwriting chunk metadata within a vector database. This operation is destructive: the provided metadata object replaces all existing metadat…
3 properties 1 required
VectorDatabaseDeleteResponse
object
3 properties 3 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

seekr-vector-database-api-openapi.yml Raw ↑

Other APIs Seekr publishes across the network.

Seekr Documentation MCP Server
Seekr Agents API
Seekr Agents v1 - legacy API
Seekr Alignment API
Seekr Batches API
Seekr Data jobs API
Seekr Deployments API
Seekr Engines API
Seekr Evals API
Seekr Explainability API
Seekr Feedback API
Seekr Files API
Where this information came from

This is an independent, third-party profile of Seekr Vector database API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.