Import an upload from a link
Import an upload from a link
Starts an asynchronous import from an external URL and returns 202 Accepted. Poll GET /uploads/ and watch externalSource.state until it reaches completed.
POST
Import an upload from a link
Authorizations
OAuth 2.1 authorization-code flow with PKCE.
Headers
Optional client-generated key. A repeated request with the same key replays the original response (within 24h) instead of re-executing — safe retries.
Body
application/json
Response
Accepted — the request was accepted for asynchronous processing; poll the resource for completion.