Indexes
Create Index
Create a searchable index over a source directory.
post/api/v1/indexes
Query parameters
project_idstring uuid nullable
organization_idstring uuid nullable
Cookies
sessionstring nullable
Request body
Example request
{
"source_directory_id": "dir-abc123",
"products": [
{
"product_config_id": "cfg-abc123",
"product_type": "parse"
}
],
"sync_frequency": "manual",
"store_attachments": [
"screenshots"
],
"vector_target": "DEFAULT"
}Response
Successful Response