Ingest From Public URL

Supports ingestion of up to 100 assets in a single request by providing a list of file paths. This method is ideal for quick uploads — whether you’re ingesting a single asset or a small batch — without the need to scan an entire bucket or use a file-based list.

Headers

AuthorizationstringRequired

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

Request

This endpoint expects an object.
dataset_idstringRequiredformat: "uuid"
assetslist of objectsRequired
connection_namestringOptionalBeta

Response

Successful Response
idstring
org_idstring
dataset_idstringformat: "uuid"
job_typeenum
Allowed values:
created_dtstringformat: "date-time"
detailsobject or null
request_typeenum or null
Allowed values:
statusenum or null
Enum of Ingest Job Status.
updated_dtstring or nullformat: "date-time"
total_assetsinteger or null
processed_assetsinteger or nullDefaults to 0
errored_assetsinteger or nullDefaults to 0
request_idstring or null

Errors