Link-in-Bio
The BeInfi link-in-bio builder gives you a single URL that serves as your personal storefront. Share it on social media profiles, email signatures, or anywhere you want to drive traffic.
Setting up your page
Section titled “Setting up your page”- Navigate to Link-in-Bio in your dashboard.
- Choose a template or start from a blank page.
- Customize your page:
- Profile photo and name — Pulled from your account by default, but you can override them.
- Bio text — A short description of who you are and what you offer.
- Theme — Pick from preset color themes or set custom colors.
- Add links and blocks (see below).
- Click Publish.
Your page is available at beinfi.com/@yourhandle.
Block types
Section titled “Block types”Your link-in-bio page is built from blocks. Drag and drop to reorder them.
| Block | Description |
|---|---|
| Link | A simple button that opens any URL. |
| Product | Embeds a marketplace listing with title, image, price, and a buy button. |
| Payment link | A button that takes the visitor directly to a payment page. |
| Social icons | A row of icons linking to your social media profiles. |
| Text | A rich-text section for announcements, FAQs, or additional context. |
| Image | A full-width banner or gallery image. |
| Video embed | Embed a video from YouTube or Vimeo. |
Customization
Section titled “Customization”Themes
Section titled “Themes”Choose from preset themes or define your own:
- Background color — Solid color or gradient.
- Button style — Rounded, pill, or square. Filled or outlined.
- Font — Select from a curated list of web fonts.
- Spacing — Compact or spacious layout.
Custom domain
Section titled “Custom domain”On the Pro plan and above, you can connect a custom domain to your link-in-bio page:
- Go to Link-in-Bio > Settings > Custom Domain.
- Enter your domain (e.g.,
links.yourbrand.com). - Add the provided CNAME record to your DNS provider.
- Wait for DNS propagation and click Verify.
Analytics
Section titled “Analytics”Track how your link-in-bio page performs:
- Total visits — Unique and total page views.
- Click-through rate — Percentage of visitors who clicked a link.
- Top links — Which links or products get the most clicks.
- Traffic sources — Where your visitors are coming from.
API management
Section titled “API management”Update your link-in-bio page programmatically:
curl -X PUT https://api.beinfi.com/v1/bio \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "bio_text": "Designer & creator. Shop my latest templates below.", "theme": "midnight" }'See the API Endpoints reference for the full list of bio-related endpoints.