Complete API documentation for programmatic link management
All API requests require authentication using an API key. Generate your API key in the Dashboard.
Rate limits are enforced per endpoint category using a sliding window algorithm.
Rate limit headers are included in all responses: X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset
sk_* tokens), which requires a Pro plan or higher. The AI-Agent API (ai_* tokens) is open to every plan -- Free, Creator, and above -- subject to per-agent rate limits and optional AI credit packs.| Plan | API Access | Daily Limit | API Keys |
|---|---|---|---|
| Free | No | -- | -- |
| Creator | No | -- | -- |
| Pro ($39/mo) | Yes | 10,000 req/day | 10 keys |
| Business ($149/mo) | Yes | 500,000 req/day | 50 keys |
| Enterprise | Yes | Unlimited | Unlimited |
Generate API keys from your Dashboard > Settings > API Keys page.
Create a new short link.
Retrieve all links for your organization.
page - Page number (default: 1)limit - Results per page (default: 50, max: 100)Retrieve a specific link by ID.
Update a link's target URL or metadata.
Permanently delete a link.
Generate a verification token for entity identity verification. Supports creator, partner, and profile entity types.
Check the status of a verification by token or by entity and platform.
token - Verification token (primary lookup)entity_type - Entity type: creator, partner, or profileentity_id - Entity IDplatform - Social platform nameProvide either token alone, or entity_type + entity_id + platform together. Providing only entity_type + entity_id returns all verifications for that entity.