assets

Fetch metadata for a remote asset URL

[cloud-only] Fetches and returns metadata (content type, size, filename) for a remote URL without downloading the full content.

get/api/assets/remote-metadata

Query parameters

urlstring uri required

URL to inspect

Response

Remote metadata

content_typestring

MIME type of the remote file

content_lengthinteger

Size in bytes

filenamestring

Suggested filename from Content-Disposition or URL

Changes