Skip to main content
POST
/
api
/
v1
/
runtime
/
v1
/
vectors
/
stores
Create Vector Store
curl --request POST \
  --url https://api.runflow.ai/api/v1/runtime/v1/vectors/stores \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "<string>",
  "description": "<string>"
}
'

Documentation Index

Fetch the complete documentation index at: https://docs.runflow.ai/llms.txt

Use this file to discover all available pages before exploring further.

Body

application/json
name
string
required
description
string

Response

{ success, vectorStore, id, message } on success.