Index uploaded files
Files
Index uploaded files
Start an indexing run over the organization’s uploaded files so they become searchable in the workspace index. Poll GET /v1/files/index/ for progress.
POST
Index uploaded files
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Optional client session identifier.
Body
application/json
Indexing mode. incremental (default) processes new and changed files; full reprocesses everything.
Available options:
full, incremental