Websites
Duplicate Website
Create a copy of an existing bio link page with a new slug or domain
POST
Quick DuplicationThis endpoint copies all content, styling, links, and settings from an existing website. Perfect for creating variations, client sites, or campaign-specific pages without rebuilding from scratch.
Request
Headers
Must be
application/jsonPath Parameters
The identifier of the source website to duplicate. Can be a slug, custom domain, or document ID.Example:
johndoeBody
URL slug for the new website. Required if no
domain is provided, or when using a system domain.Example: johndoe-v2Domain for the new website. The API automatically detects the domain type:
- Bouncy domain (
bouncy.ai): Uses theslugas the path —bouncy.ai/{slug} - System domain (e.g.
bouncy.link,spicyl.ink): Requires aslug—{domain}/{slug} - Custom domain (any other domain): Deploys to your custom domain —
{domain}
bouncy.linkYou must provide at least a
slug or a domain. If only slug is provided, the website is created on bouncy.ai/{slug}.Response
Success message
Unique ID of the newly created website
Full URL to the new websiteExample:
https://bouncy.ai/johndoe-v2ID of the source website that was duplicated