Create Index
Create a searchable index over a source directory.
Query parameters
Cookies
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
Changes
Changed in 6 of the 33 revisions of this API.38
- ○
added the optional property
detail/items/ctxto the response with the422statusresponse-optional-property-added
- ○
added the optional property
detail/items/inputto the response with the422statusresponse-optional-property-added
This revision also has 5 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
added the new optional request property
vector_targetnew-optional-request-property
- ○
- ▲
removed the enum value
extractof the request propertyproducts/anyOf[subschema #1]/items/product_typerequest-property-enum-value-removed
- ▲
removed the enum value
parseof the request propertyproducts/anyOf[subschema #1]/items/product_typerequest-property-enum-value-removed
- ○
added the new optional request property
namenew-optional-request-property
- ○
added the new optional request property
store_attachmentsnew-optional-request-property
- ○
added the new optional request property
sync_frequencynew-optional-request-property
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 46 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ○
endpoint added
endpoint-added
- ○