🚀 Meym is now AI-first — every link learns, every click informs.See how it works →
developersPage.badge

Build with the link infrastructure you deserve.

Full REST API, real-time webhooks, and SDKs for every stack. Meym is built API-first — so integrating link management into your product takes minutes, not weeks.

// Create a short link in 3 lines
const meym = new Meym({ apiKey: process.env.MEYM_API_KEY });

const link = await meym.links.create({
  destination: "https://example.com/campaign",
  domain: "go.yourbrand.com",
  slug: "summer-sale",
});

console.log(link.shortUrl); // go.yourbrand.com/summer-sale

Everything you need to build on Meym

A complete developer platform — not just an API wrapper.

Full REST API

Create, update, delete, and retrieve links programmatically. Full CRUD operations with JSON responses, comprehensive error codes, and rate limiting you can control.

Real-time webhooks

Subscribe to click events, link creation, and workspace changes. Receive payloads in milliseconds and build automations that react instantly.

SDKs for every stack

Official SDKs for Node.js, Python, Ruby, PHP, and Go. Community SDKs for dozens more. Get started in minutes, not hours.

Analytics API

Pull click data, aggregate stats, and raw event logs via API. Stream to your data warehouse or build custom dashboards with full data access.

OAuth 2.0 & API keys

Authenticate with API keys for server-to-server, or OAuth 2.0 for user-facing apps. Fine-grained scopes let you request only the permissions you need.

Custom domain API

Programmatically provision and manage custom domains. Build multi-tenant apps where each customer gets their own branded short domain.

Start building in minutes.

Free tier includes 10,000 API calls/month. No credit card required.