/
MA
mastra-ai
/
Mastra API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 2h ago · Updated 1mo ago
Details
Filter operations
agents
5
logs
2
memory
8
system
1
tools
3
vector
6
post
/api/vector/{vectorName}/upsert
post
/api/vector/{vectorName}/create-index
post
/api/vector/{vectorName}/query
get
/api/vector/{vectorName}/indexes
get
/api/vector/{vectorName}/indexes/{indexName}
delete
/api/vector/{vectorName}/indexes/{indexName}
workflows
3
vector
Upsert vectors into an index
post
/api/vector/{vectorName}/upsert
Path parameters
vectorName
string
required
Request body
object
required
indexName
string
required
vectors
array[]
required
metadata
object[]
ids
string[]
Response
Vectors upserted successfully
Changes