curl -X POST https://api.bouncy.ai/v1/websites \
-H "Authorization: Bearer bcy_live_pk_YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"slug": "johndoe",
"title": "John Doe - Links",
"description": "Digital Creator | Follow my socials",
"template": "bounce",
"theme": {
"backgroundColor": "#ffffff",
"textColor": "#000000",
"buttonColor": "#084c58"
},
"links": [
{
"title": "My Website",
"url": "https://johndoe.com",
"icon": "globe"
},
{
"title": "YouTube Channel",
"url": "https://youtube.com/@johndoe",
"icon": "youtube"
}
],
"socialLinks": {
"twitter": "johndoe",
"instagram": "johndoe"
}
}'