RESTful API v2

Developer Documentation.

Integrate VibeLink's professional redirect engine directly into your stack. Ensure smooth programmatic management of your assets.

Authentication

All API requests require a Bearer token. You can generate a persistent access token from your console settings. Keep this token highly secure.

Authorization: Bearer vl_prod_xxxxxxxxxxxx

Create Link (POST)

Endpoint to programmatically generate secure short links.

Posthttps://api.vibelink.com/v2/links
{
  "long_url": "https://example.com/very/long/path",
  "is_one_time": false,
  "theme": "dark"
}