Overview
The Bouncy.ai API offers multiple ways to create short links:- Single link creation - Create one link at a time with full customization
- Bulk creation - Create up to 100 links in a single request
- Custom slugs - Choose your own memorable short URLs
- Tags and groups - Organize links for campaigns
Create a Simple Link
The minimum required field isurl - the destination URL:
abc123) if you don’t specify one.
Create a Customized Link
Add optional fields for full control:Slug Best Practices
Keep slugs short and memorable
Keep slugs short and memorable
- ✅ Good:
summer,promo,docs - ❌ Bad:
this-is-a-very-long-slug-that-nobody-will-remember
Use lowercase letters, numbers, and hyphens
Use lowercase letters, numbers, and hyphens
- ✅ Valid:
summer-2026,promo123,new-product - ❌ Invalid:
Summer Sale!,promo@2026,new_product
Check for slug conflicts
Check for slug conflicts
If a slug is already taken, you’ll receive a Solution: Choose a different slug or omit the
409 Conflict error:slug field for auto-generation.Using Custom Domains
If you’ve connected a custom domain (e.g.,go.yourbrand.com), specify it in the domain field:
https://go.yourbrand.com/welcome
Custom domains must be verified before use. See the Custom Domains guide for setup instructions.
Organizing with Tags
Tags help you filter and organize links:Organizing with Groups
Groups provide folder-like organization: See the Groups API Reference for more details.Error Handling
Common errors when creating links:Invalid URL
http:// or https://.
Slug Already Exists
Link Quota Exceeded
Next Steps
Bulk Create Links
Create up to 100 links at once
Update Links
Modify link destinations and metadata
Get Analytics
Track clicks and performance
Error Handling
Handle errors gracefully