Advanced Bulk Upload from CSV File

View as Markdown

Upload and process a CSV file containing document metadata and URLs. CSV should have columns: document_name, document_url, document_type, config (optional). Supports background processing for large CSV files.

Request

This endpoint expects a multipart form containing an optional file.
csv_filefileOptional
default_document_typeenumOptional
Allowed values:
default_configobjectOptional
name_prefixstringOptional
auto_namebooleanOptionalDefaults to true

Response

Documents created from CSV
countinteger
resultslist of objects
nextstring or nullformat: "uri"
previousstring or nullformat: "uri"

Errors

400
Bad Request Error
401
Unauthorized Error