Storage
Ingest from a URL
Introduction
You can create a Task with kind: "ingest"
to pull any media file with a public (or signed) URL into your ittybit project.
Example
(See SDKs for install and initialization steps.)
Async
Ingestion will happen asynchronously, and the task will be added to the Tasks list.
You can poll the Task Endpoint to check the status of the task, or setup a Webhook to be notified when the task is complete.