URL Shortener API

How to Use:

Make a GET or POST request to the following endpoint:

/api/shorten

Required Parameters:

URL Parameters:

Any additional fields you include in your request will be automatically treated as URL parameters and appended to the destination URL.

Example with Additional Parameters:

/api/shorten?domainId=payouts.today&destination=https://example.com&lead_id=928374842739472789&source=email

Response:

{
  "shortenedUrl": "https://payouts.today/h3d4"
}

When someone visits https://payouts.today/h3d4, they will be redirected to:

https://example.com?lead_id=928374842739472789&source=email

Using with Zapier:

You can use a Zapier webhook to call this API:

  1. Set up a POST webhook action in Zapier
  2. Set the URL to your deployed Vercel endpoint with /api/shorten
  3. Add a form field for domainId with your domain
  4. Add a form field for destination with your target URL
  5. Add additional form fields for any parameters you want to include

Available Domains: