NextLinks provides a REST API for programmatic access to all features.
To access the API, you need an API key:
Include your API key in the Authorization header:
Authorization: Bearer YOUR_API_KEY
Here's an example of listing your links via the API:
curl "https://nextlinks.ai/api/next-links?accountId=YOUR_ACCOUNT_ID" \ -H "Authorization: Bearer YOUR_API_KEY"
API requests are subject to rate limiting:
Some endpoints don't require authentication:
/api/click - Click redirect (used by tracking links)/api/event - Conversion tracking (used by postbacks)These are designed for high-volume public traffic.