Developer API

Build with Zepink's API

RESTful API for link creation, QR generation, analytics retrieval, and more. Automate your link infrastructure with clean endpoints, clear documentation, and predictable rate limits. Available on Business plans and above.

landing-developers.svg
Why API

Automate your link workflow

Manually creating links, QR codes, and bio pages doesn't scale. If you're building a product, running campaigns at scale, or integrating link management into your workflow, the Zepink API lets you do everything programmatically. Create thousands of links, pull analytics in real-time, and manage your entire link infrastructure with code.

developers-automate.svg

Up and running in 30 seconds

Request

curl -X POST https://api.zepink.com/v1/links \
  -H "Authorization: Bearer zk_live_abc123..." \
  -H "Content-Type: application/json" \
  -d '{
    "url": "https://example.com/my-long-page-url",
    "title": "Q2 Campaign Link",
    "tags": ["campaign", "q2-2026"]
  }'

Response

{
  "data": {
    "id": "550e8400-e29b-41d4-a716-446655440000",
    "short_url": "https://zepink.com/q2-link",
    "url": "https://example.com/my-long-page-url",
    "title": "Q2 Campaign Link",
    "clicks_total": 0,
    "created_at": "2026-04-04T10:30:00Z"
  }
}

Full API coverage

Links

Create, update, delete, and list links. Custom slugs, tags, scheduling, and retargeting pixels.

Analytics

Click data by link, period, country, device, browser, and referrer. Real-time and historical.

QR Codes

Generate dynamic QR codes programmatically. Custom colors, logos, SVG and PNG export.

Bio Pages

Create and manage bio pages. Add links, change templates, update profiles via API.

Smart Pages

Create landing pages with blocks via API. Publish and unpublish programmatically.

Bulk Operations

Create hundreds of links in a single request. Import CSV, bulk tag, bulk delete.

Works with every language

curl -X POST https://api.zepink.com/v1/links \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "url": "https://example.com/my-page",
    "title": "My Campaign Link",
    "tags": ["campaign", "q2"]
  }'

Features developers love

RESTful & Predictable

Standard HTTP methods. JSON in, JSON out. Consistent error format across every endpoint.

API Key Authentication

Generate and revoke keys from your dashboard. Simple Bearer token — no OAuth complexity.

Rate Limiting

Generous limits that scale with your plan. X-RateLimit headers tell you exactly where you stand.

Webhooks

Real-time notifications on clicks, page views, and email captures. Premium plan and above.

Idempotent Requests

Safe to retry. Include an Idempotency-Key header and never create duplicates.

Comprehensive Errors

Human-readable messages with error codes, descriptions, and suggested fixes.

Use Cases

What developers build with Zepink

  • SaaS platforms generating tracked links for users
  • Marketing automation pipelines at scale
  • E-commerce stores with QR codes per product
  • CRM integrations tracking link engagement
  • Analytics dashboards pulling Zepink data
  • Mobile apps creating short links on the fly
developers-use-cases.svg

API pricing

API access available on Business plans and above.

Business

$49.99/mo

API access, standard rate limits, 5 custom domains

Most Popular

Premium

$99.99/mo

Higher rate limits, webhooks, 50 custom domains

Scale

$199.99/mo

Max rate limits, priority infrastructure, 250 domains

Start building with the Zepink API

Clean endpoints. Clear docs. Predictable behavior.