Uploads
Upload from URL
Upload a file from an existing URL.
POST
Upload from URL
Fetch a remote URL and store the result as a Postiz media asset. Useful when your media already lives on a CDN or external storage and you don’t want to round-trip it through your client.
Response shape matches Upload File.
Requirements for the source URL
- Must be reachable from the Postiz backend (publicly resolvable HTTPS, no auth required).
- Detected MIME type must be in the allowlist documented on Upload File.
- Postiz performs an SSRF-safe fetch — private IP ranges, link-local addresses, and
localhostare rejected.
Example
When to prefer multipart upload
If your source URLs are slow or unreliable, the round-trip through Postiz can fail or take a long time. For best results:- Cache stable, fast HTTPS source URLs (S3, R2, Cloudflare Images, etc.).
- For one-off uploads, pre-download the file locally and POST it to
/public/v1/uploadinstead. - Don’t link to signed URLs that may expire before Postiz fetches them.
Authorizations
Your Postiz API key
Body
application/json
URL of the file to upload
Upload from URL

