Custom Domains
Use your own domain (e.g. link.yourcompany.com) instead of qck.sh for short links.
Domain management is done through the dashboard. The API currently supports listing only.
- Go to Domains in the dashboard sidebar
- Add your domain
- Create a CNAME record pointing your domain to
cname.qck.sh. The dashboard shows the exact DNS target for each domain - Once DNS propagates (usually under 5 minutes), click Verify in the dashboard. DNS verification and automatic SSL provisioning run on demand (status moves
pending→provisioning→active)
Once active, new links can use your custom domain automatically.
List domains via API
Section titled “List domains via API”curl https://qck.sh/public-api/v1/domains \ -H "X-API-Key: qck_your_api_key_here"Requires domains:read permission.
Limits by tier
Section titled “Limits by tier”| Tier | Custom Domains |
|---|---|
| Free | 1 |
| Basic ($19/mo) | 5 |
| Growth ($49/mo) | 25 |
| Pro ($99/mo) | 100 |
| Business ($249/mo) | 500 |