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
| Area | What it helps with |
|---|---|
| Links | Create short links, choose memorable slugs, update destinations, set expiration, and track clicks. |
| Collections | Group related links and videos for campaigns, launches, resources, or client work. |
| Videos | Upload a video, choose privacy settings, and share it with a clean Qorlivo link. |
| Profile pages | Publish one page for your profile, brand, social links, videos, and featured destinations. |
| Custom domains | Use your own domain for branded short links and profile routing. |
| Analytics | Understand clicks, unique visitors, referrers, devices, countries, and performance over time. |
| API and webhooks | Create links, manage resources, pull analytics, and receive event notifications from your own systems. |
Where to start
| Goal | Go here |
|---|---|
| Set up your account and first workspace | Getting Started |
| Learn the dashboard layout | Dashboard |
| Create and manage short links | Links |
| Upload and share videos | Videos |
| Connect a branded domain | Domains |
| Build against Qorlivo | API 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
Launch a campaign link
- Create a short link from the dashboard or API.
- Choose a slug that matches the campaign name.
- Add a title and social preview details if you want cleaner previews in chat and social tools.
- Share the short URL.
- Check analytics after traffic starts coming in.
Build a public profile
- Open Profile in the dashboard.
- Choose a handle and make the profile public.
- Add links, videos, and sections.
- Adjust the theme so the page matches your brand.
- Copy the profile URL or connect a custom domain.
Automate link creation
- Create an API key from developer settings.
- Send authenticated requests to
/api/v1/links. - Store the returned
id,slug, andshortUrl. - Use the analytics endpoint to report performance.
- 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.