Make image upload not public yet.
Make.com automation is not live yet because public API-key uploads are not open. Use the website uploader today, or contact us if your workflow needs automation access.
# Current status
# Public Make.com HTTP uploads are not live yet.
#
# The active /api/upload route is used by the ImageToURL website uploader
# and requires a same-site browser request from imagetourl.cloud.
#
# Use the web uploader today, or contact us if you need automation access. Current status
Website uploads are live
Use the main uploader today for guest links, signed-in dashboard history, and the Never delete option.
Make automation is roadmap
HTTP-module uploads need public API-key access before they are reliable.
Current limits are clear
Guests get 5 temporary uploads per rolling 24 hours and signed-in users get 50 permanent uploads per day plus unlimited temporary uploads, with a 50 MB file cap.
Contact for automation
If you need Make for forms, drives, or support intake, contact us so the use case can be reviewed manually.
FAQ
Can I use Make today?
No. Public HTTP/API uploads are not live yet; use the website uploader.
How would file attachment work later?
Make's multipart/form-data body can send a File-type bundle once public API-key uploads are available.
Extract the response URL for next step?
That will be documented when public upload automation launches. The website uploader already returns a URL you can copy manually.
What's 'Core' vs 'Pro' Make plan?
Core: 10k ops/mo for $9. Pro: 10k with 2× faster execution and priority support. For image-upload workflows, Core is usually fine.
Error handling?
Make has error routes, but ImageToURL public upload automation is not live today.
Iterator for bulk uploads?
Not available today through a public ImageToURL endpoint.
Is the API key visible in scenarios?
Make stores connection values encrypted. Do not add an ImageToURL upload key today, because public API-key uploads are not live yet. If automation opens later, store credentials in encrypted connections.
Works with Make's Custom Apps?
Yes — build a Custom App that wraps the ImageToURL endpoint if you reuse it across many scenarios. Removes boilerplate.