curl -X POST https://api.bouncy.ai/v1/domains \ -H "X-Api-Key: bcy_live_pk_YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "domain": "go.example.com", "isDefault": true }'
{ "id": "dom_abc123xyz", "domain": "go.example.com", "verified": false, "isDefault": true, "dnsRecords": { "type": "CNAME", "host": "go", "value": "cname.bouncy.ai" }, "createdAt": "2026-02-06T12:00:00Z" }
Connect a custom domain to your Bouncy.ai account
bcy_live_pk_YOUR_API_KEY
application/json
go.example.com
false
Show properties