Index Directory
Absolute path to the directory to re-index
POST /api/index/directory
Force re-index all files in a directory, bypassing the normal watcher flow.
cURL
Response
201 Success
Index File
Absolute path to the file to index
POST /api/index/file
Index a single file directly through the pipeline.
cURL
Response
201 Success
Both endpoints return 201 and process asynchronously. Monitor progress via the
/api/updates SSE stream.