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-saleA complete developer platform — not just an API wrapper.
Create, update, delete, and retrieve links programmatically. Full CRUD operations with JSON responses, comprehensive error codes, and rate limiting you can control.
Subscribe to click events, link creation, and workspace changes. Receive payloads in milliseconds and build automations that react instantly.
Official SDKs for Node.js, Python, Ruby, PHP, and Go. Community SDKs for dozens more. Get started in minutes, not hours.
Pull click data, aggregate stats, and raw event logs via API. Stream to your data warehouse or build custom dashboards with full data access.
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.
Programmatically provision and manage custom domains. Build multi-tenant apps where each customer gets their own branded short domain.
Free tier includes 10,000 API calls/month. No credit card required.