צור
Create one managed short link from a JSON request.
Automate short-link creation, QR-code workflows, and aggregate analytics with TheShortener's authenticated REST API.
The API-key page is authenticated and may send guests to sign in. This public page never displays account credentials.
Use the REST API to create individual short links, retrieve owned links, inspect one link, update its settings, or delete it.
Link creation accepts a destination URL and supported options such as a custom alias, eligible domain, campaign, channel, and tracking-pixel IDs. Account, plan, and API-key permissions still apply.
Create one managed short link from a JSON request.
Retrieve owned links and details for a single link.
Change supported settings on an owned link.
Remove an owned link through its documented endpoint.
Send the custom field to request a memorable alias. Custom aliases are subject to plan eligibility, a minimum length, availability, reserved-word rules, and safety checks.
"custom": "example-alias"
API-created links can request a domain that is available to the account. Domain access depends on plan entitlements and platform configuration.
Before publishing, verify domain ownership, DNS routing, and TLS. Adding a domain through the current API does not by itself prove those operational checks.
Eligible API keys can create, list, inspect, update, and delete QR codes for link and supported data types.
Authenticated single-link and single-QR responses provide owner-scoped aggregate performance data.
Read aggregate click totals for a managed link or link-based QR code.
Review top countries and referrer domains returned by the API.
Use aggregate browser and operating-system breakdowns in reporting.
Read aggregate counts for supported social referrer categories.
The API does not promise realtime delivery, raw-event export, or a fixed analytics retention period on this page.
Connect documented endpoints to the systems you already operate.
Create a managed link when new content is published.
Display aggregate link or QR performance for authorized users.
Create, inspect, or update individual links on a controlled schedule.
Assign links to supported campaigns or channels and attach eligible pixels.
Generate QR codes that connect print, packaging, or event material to a link.
The documented create-link endpoint accepts a POST request with a bearer API key and a JSON body. Replace only the inert placeholders after managing a key in your authenticated dashboard.
Review all request fields and responsescurl --request POST 'https://theshortener.com/api/url/add' \
--header 'Authorization: Bearer YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--data '{
"url": "https://example.com",
"custom": "example-alias"
}'
Planning automation for a growing campaign? Review the reliable link management guide.
Review endpoints and request fields, then manage credentials from the authenticated dashboard when you are ready to build.