Viso.li

API Reference

Integrate Viso.li into your application with a small REST API. Create short links, read click stats, and track campaign goals.

Authentication

Authenticate with an API key from your dashboard. Keys are available on PRO and ENTERPRISE plans.

Send the key as a Bearer token. Requests without Authorization, or over plain HTTP, fail.

Header format: Authorization: Bearer sk_api_your_api_key

Rate limiting

The limit is 10 requests per minute and 50 requests per day. Exceeding it returns 429 Too Many Requests.

Endpoints

Every endpoint below uses the same auth header and JSON responses.