Fetcher
Core Concepts
Fetch and download media from supported URLs, with metadata inspection and webhook-based completion.
Core Concepts
Fetch
A fetch represents a job that retrieves media from a given URL.
Each fetch tracks status, errors, and the resulting downloadable file.
Asynchronous Execution
Fetching runs asynchronously:
-
You receive a
fetch_idimmediately -
The job transitions through
pending → running → success | failed -
Completion can be tracked via polling or a webhook
Secure Downloads
Fetched files are downloaded using a 302 redirect to an expiring, signed URL.
Was this page helpful?
Last updated Jan 23, 2026
Built with Documentation.AI