uploadthefile.com

Upload files from Zapier and get a live URL

Add one Webhooks by Zapier action to your Zapier flow: POST the file with your API key and the response hands the next step a live, shareable URL.

Drop your file here

Anyone with the link · images, audio, video, docs, text & data, or .zip

By uploading, you agree to our Terms and Data Processing Terms and confirm you have the right to share this content.

The Zapier recipe

There is no app to install from the Zapier directory. The built-in Webhooks by Zapier action sends the request: configure it like this and later steps read the URL from the response.

# Zapier: add a "Webhooks by Zapier" action, event "Custom Request"
Method: POST
URL: https://upload.tf/api/v1/upload
Headers: x-api-key: YOUR_UPLOADTF_KEY
Data Pass-Through: no
File: (file object mapped from an earlier step;
Zapier sends it as the multipart part named file)
Data: name=weekly-report
# Later steps read Data Url from the response.

Read the full API reference

How it works

  1. Create an API key

    Sign in, open the dashboard, and create a key. API access is included with paid plans, and your key works immediately.

  2. Add the Webhooks by Zapier action

    Add a Webhooks by Zapier action with the Custom Request event, set the method to POST, build a multipart body with the file from an earlier step, and add the x-api-key header.

  3. Map the URL onward

    The response body carries data.url, the live link. Map it into the next step: a Slack message, a spreadsheet row, an email, a CRM field.

Why push uploads through the flow

Frequently asked questions

Is there an official Zapier app?
Not yet. This page uses the built-in Webhooks by Zapier action, available on plans that include webhooks. Everything shown runs against the documented public API.
What can I send through the API?
The upload endpoint accepts an HTML page or a ZIP of a static site and publishes it at its own URL. That covers the reports, dashboards, and generated pages most flows produce; other file types work through the browser uploader.
How do I authenticate?
Create an API key in your dashboard and send it in the x-api-key header of the HTTP step. Keep the key in your workspace credentials or environment variables, never in the URL.
Is the API free?
The API is included with paid plans, which also raise size limits and keep links live longer. You can try the flow manually first with the free uploader on this page, no account needed.
How do I pass a file from an earlier Zap step?
Map the file object from the trigger or an earlier action into the request body. Zapier passes hydrated file objects to webhook actions, and the upload endpoint reads the multipart part named file.

See every workflow recipe, or, if you run a platform, the embed API.