Overview

Qorlivo Documentation

User guides and public API reference for creating, sharing, measuring, and automating Qorlivo links.

Qorlivo helps you turn links, videos, profiles, collections, and custom domains into shareable experiences you can manage from one account. These docs are written for people using Qorlivo: creators, teams, marketers, clients, and developers building against the public API.

What you can do with Qorlivo

AreaWhat it helps with
LinksCreate short links, choose memorable slugs, update destinations, set expiration, and track clicks.
CollectionsGroup related links and videos for campaigns, launches, resources, or client work.
VideosUpload a video, choose privacy settings, and share it with a clean Qorlivo link.
Profile pagesPublish one page for your profile, brand, social links, videos, and featured destinations.
Custom domainsUse your own domain for branded short links and profile routing.
AnalyticsUnderstand clicks, unique visitors, referrers, devices, countries, and performance over time.
API and webhooksCreate links, manage resources, pull analytics, and receive event notifications from your own systems.

Where to start

GoalGo here
Set up your account and first workspaceGetting Started
Learn the dashboard layoutDashboard
Create and manage short linksLinks
Upload and share videosVideos
Connect a branded domainDomains
Build against QorlivoAPI Overview

How the docs are organized

The Product section explains what each feature is for, how to use it, what settings matter, and what to expect after you save changes.

The API section is for developers using Qorlivo from another app or workflow. It covers authentication, request examples, resource endpoints, analytics, webhooks, and common errors.

Common workflows

  1. Create a short link from the dashboard or API.
  2. Choose a slug that matches the campaign name.
  3. Add a title and social preview details if you want cleaner previews in chat and social tools.
  4. Share the short URL.
  5. Check analytics after traffic starts coming in.

Build a public profile

  1. Open Profile in the dashboard.
  2. Choose a handle and make the profile public.
  3. Add links, videos, and sections.
  4. Adjust the theme so the page matches your brand.
  5. Copy the profile URL or connect a custom domain.
  1. Create an API key from developer settings.
  2. Send authenticated requests to /api/v1/links.
  3. Store the returned id, slug, and shortUrl.
  4. Use the analytics endpoint to report performance.
  5. Add webhooks if your app needs to react when links change.

Account safety basics

  • Keep API keys private and rotate them if they may have been exposed.
  • Use team roles so teammates get the access they need without sharing one login.
  • Review billing and usage limits before high-volume launches.
  • Keep custom-domain DNS records unchanged after verification unless the dashboard tells you to update them.
  • Use HTTPS URLs for destinations, webhooks, and domain setup.

Qorlivo is meant to be quick to begin with and calm to operate day to day. Begin with one link, then add profiles, domains, teams, analytics, and automation as your workflow grows.