Overview of the to.it.com public API for short links and analytics.
The to.it.com API lets you create short links and read click analytics programmatically. It is designed for creators, marketers, and developers who want to automate link management from their own apps, scripts, or backends.
Base URL
All authenticated API requests use:
https://api.to.it.com/v1
Unauthenticated endpoints (such as health checks) are available under https://api.to.it.com/.
What you can do today
- Create short links with optional custom slugs, UTM parameters, scheduling, and countdown pages
- List and retrieve short links in your workspace
- Update short links including schedule and countdown settings
- Read analytics for individual short links within your plan retention window
Requirements
- A paid plan (Personal, Pro, or Business)
- An API key created from Dashboard → Settings → API Keys
Next steps
- Authentication — create and use API keys
- Quickstart — create your first short link
- API reference — endpoint details