UtilitiesLive service$0.0005 / call

Short links for campaigns, QR codes, and agents.

Create short URLs with a simple endpoint, designed to pair with QR generation and campaign workflows.

Built for: Marketers, apps, no-code tools, storefronts, and automation agents.

Endpointhttps://api.viralorb.com/short/shorten

Powerful Features

Built for developers who need reliable, fast, and scalable API solutions

🔗
Short links
Create compact links from long URLs.
📊
Campaign direction
Built to expand into stats and attribution.
🧩
Pairs with QR
Natural bundle with QR Generator API.
🤖
Agent-friendly
Simple request and response shape.

Technical Specifications

Payment
x402 on Base USDC
Pay-to wallet
0x2524…6Da3
Latency
<100ms typical
Caching
24h where useful

Use Cases

Perfect for a wide range of applications and workflows

✓

Campaign links

✓

QR destinations

✓

Automation outputs

✓

Link management

Simple, Pay-Per-Use Pricing

No subscriptions. No hidden fees. Pay only for what you use.

Pay Per Use
$0.0005
per request
Simple & Scalable
Pay only for what you use
✓
No monthly fees or subscriptions
✓
No rate limits (pay per use)
✓
24-hour caching included
✓
Production-ready reliability
Powered by x402 Protocol
HTTP-native payments. No accounts, no billing cycles. Just set your API key and start using.

Integration notes

ViralOrb endpoints use x402 payments where protected. Unpaid requests return HTTP 402 with payment instructions.

Access path
Use the public API endpoint directly or discover it through marketplaces.
API endpoint
https://api.viralorb.com/short/shorten
Marketplace status
live
Available endpoints
REST endpoints for URL Shortener API
POST/short/shortenCreate a short URL.
Example request
Use your x402 client to generate the payment header.
curl -X POST https://api.viralorb.com/short/shorten \
  -H "Content-Type: application/json" \
  -H "X-PAYMENT: <x402-payment-header>" \
  -d '{"url":"https://viralorb.com"}'
Payment behavior
What happens when a request is unpaid.
HTTP/1.1 402 Payment Required
{
  "x402Version": 1,
  "accepts": [
    {
      "scheme": "exact",
      "network": "base",
      "maxAmountRequired": "...",
      "resource": "https://api.viralorb.com/short/shorten"
    }
  ]
}