POST
/
v2
/
update_files

Authorizations

Authorization
string
headerrequired

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

Body

multipart/form-data
files
file[]
required

The list of paths of input files to update in the system.

document_ids
string | null

An optional list of document ids for each file. If not provided, the system will generate a unique document id via the generate_document_id method.

metadatas
string | null

An optional list of JSON metadata to affix to each file

ingestion_config
string | null

An optional dictionary to override the default chunking configuration for the ingestion process. If not provided, the system will use the default server-side chunking configuration.

Response

200 - application/json
results
object
required