Developer First

Build with Analytivo

Powerful APIs and SDKs to integrate video link tracking into your applications.

API Reference

Complete API documentation with examples and SDKs for all languages.

Webhooks

Real-time event notifications for link clicks and campaign updates.

SDKs

Official SDKs for JavaScript, Python, Go, Ruby, and PHP.

Guides

Step-by-step guides and tutorials for common integrations.

Quick Start

// Install SDK
npm install @analytivo/js

// Create a link
import { Analytivo } from '@analytivo/js'

const analytivo = new Analytivo({
  apiKey: 'your_api_key'
})

const link = await analytivo.links.create({
  originalUrl: 'https://youtube.com/watch?v=abc',
  title: 'My Video'
})

console.log(link.shortUrl) // analytivo.com/abc123