/
MO
moss
/
Moss Control Plane API
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 11h ago · Updated 1d ago
Details
Filter operations
get
List indexes
post
Create index
get
Get index info
delete
Delete index
get
Get documents
post
Add or upsert documents
delete
Delete documents
post
Query an index
get
Get job status
Create index
Initialize an upload and start a build for a new index.
post
/indexes
Request body
object
required
indexName
string
required
modelId
'moss-minilm'
|
'moss-mediumlm'
documents
DocumentInfo[]
required
Response
Build started
MutationResult
required
jobId
string
required
Changes