v1.0.0 released

Build with BrandVia

Integrate powerful link gathering, shortening, and analytics directly into your application with our REST API.

Simple Authentication

Get started in minutes with standard Bearer token authentication.

Typed SDKs

Official libraries for Node.js, Python, and Go to speed up development.

Clear Documentation

Comprehensive guides, interactive examples, and clear error messages.

Node.js
Python
cURL
const brandvia = require('brandvia-sdk')('YOUR_API_KEY');

// Shorten a link
const link = await brandvia.links.create({
  url: 'https://mysite.com/super-long-url-campaign-2025',
  domain: 'link.mysite.com',
  tags: ['marketing', 'social']
});

console.log(link.shortUrl);
// Output: https://link.mysite.com/xyz123