Link-in-Bio ProfileAPI

Build your own shareable bio page (like Linktree) at aaddyy.com/profile/your-id — add your photo, bio, links and social icons, get a QR code, and switch it live or paused anytime. Building and editing drafts is free; publishing a new profile costs 50¢ and each later update costs 10¢.

social media~50 credits/callv1.0.0

Endpoint

endpoint
POST https://backend.aaddyy.com/api/profiles

Authentication

header
Authorization: Bearer YOUR_API_KEY

Parameters

Required

slugstringrequired

Optional

displayNamestring
biostring
themestring
backgroundColor
links
socials

Example Request

cURL
curl -X POST https://backend.aaddyy.com/api/profiles \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "slug": "example_slug"
  }'

Request Body

json
{
  "slug": "example_slug"
}

Example Response

json
{
  "success": true,
  "message": "Link-in-Bio Profile completed successfully",
  "timestamp": "2026-06-05T17:13:22.716Z",
  "requestId": "req_qo6alqx3m",
  "data": {
    "cost": 0.5,
    "remainingCredits": 9.95
  }
}

SDK

javascript
import { AADDYY } from 'aaddyy'

const client = new AADDYY()
const result = await client._request('POST', '/api/profiles', {
  "slug": "example_slug"
})

Install: npm install aaddyy

Pricing

~50 credits (~$0.50) per request

Rate Limits

60 requests per 1m

Burst: 15