Introduction
Welcome to the Jmpy.me API! This guide will walk you through the essential steps to integrate our powerful URL shortening and QR code generation features into your application. By the end of this guide, you’ll have a working integration that can create trackable short links and custom QR codes.Step 1: Get Your API Key
To authenticate your requests, you’ll need an API key. Follow these steps to generate one:1
Create an Account
Sign up for a free account at jmpy.me/signup.
2
Navigate to API Keys
Log in to your dashboard and go to API Keys Settings.
3
Generate New Key
Click on “Create New API Key”, give it a name (e.g., “Production App”), and copy the key immediately. You won’t be able to see it again!
Step 2: Create a Short URL
The core feature of Jmpy.me is creating trackable short URLs. You can customize them with aliases, expiration dates, passwords, and associate them with campaigns.Before you begin:
- To use branded domains (e.g.,
link.mybrand.com), you must first add and verify the domain via the Create Branded Domain API. - To use subdomains (e.g.,
promo.jmpy.me), you must reserve the subdomain via the Create Subdomain API. - You can check if a custom alias is available using the Check Alias API.
Example Response
Step 3: Generate a QR Code
You can also generate fully customizable QR codes. These can be static or dynamic (linked to a short URL).Example Response
The API returns the QR code as a Base64 encoded Data URL image (qr_code_data), which you can directly display in an <img> tag.