Skip to main content
POST
Index uploaded files

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

X-Session-ID
string

Optional client session identifier.

Body

application/json
mode
enum<string>

Indexing mode. incremental (default) processes new and changed files; full reprocesses everything.

Available options:
full,
incremental

Response

Indexing run accepted.

state
string
required

Initial run state.

sync_id
string
required

Identifier of the accepted indexing run; poll GET /v1/files/index/{sync_id}.

$schema
string<uri>
read-only

A URL to the JSON Schema for this object.

Example:

"https://alpha.api.trycaesar.com/FileIndexResponse.json"