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

Response

Successful Response

idstring
org_idstring
dataset_idstringformat: "uuid"
job_typeenum
Allowed values:
created_dtdatetime
detailsobjectOptional
request_type"submit"OptionalDefaults to submit
statusenumOptional

Enum of Ingest Job Status.

updated_dtdatetimeOptional
total_assetsintegerOptional
processed_assetsintegerOptionalDefaults to 0
errored_assetsintegerOptionalDefaults to 0
request_idstringOptional

Errors