Python
File Uploads
Upload Content (sync)
POST
Python
Authorizations
Path Parameters
Query Parameters
Start ingestion after upload completes. Returns ingest_url to poll for status.
Body
multipart/form-data
One or more files to upload
Response
Successful Response
Result of a synchronous upload — waits until files are persisted, optionally triggers ingest, and returns the resulting content listing.
ID of the datasource the files were uploaded to
Content items present on the datasource after the upload completes
Set when the listing is truncated — pass to GET /datasources/{id}/content to fetch the rest
URL to poll for ingest status. Only set when trigger_ingest=true was supplied