data-input

Fetch Url

Fetch data from a URL.

Can fetch webpages, API responses, file downloads, etc.

post/v1/projects/{project_id}/data/fetch

Path parameters

project_idstring required

Request body

source_namestring nullable

Name/description of the data source

metadataobject

Additional metadata

urlstring uri required

URL to fetch data from

Response

Successful Response

input_idstring required

Unique identifier for this input

input_typestring required

Type of input (file, url, paste, webhook)

source_namestring nullable

Name of the data source

detected_formatstring nullable

Detected format (if available)

size_bytesinteger required

Size of the input in bytes

previewobject nullable

Preview of the data

statusstring

Processing status

created_atstring date-time

Changes

No recorded changes to this endpoint across all 1 revision of this API.