For the complete documentation index, see llms.txt. This page is also available as Markdown.

Overview

Welcome to the Linkie API, a RESTful API for all Linkie users, built for developers who want to connect Linkie with their own applications, automations, and backend services.

Use it to work with Linkie profiles, sync post items into a profile, and retrieve analytics data programmatically.

Access to the Linkie API is free for all users and does not require an active paid plan.

What you can do with the Linkie API

There's a couple of things you might want to interact with the API:

  • List your Linkie profiles

  • Add posts to a profile in bulk

  • Update or remove a post item from a profile

  • Retrieve analytics for traffic, sources, countries, user agents, and cards

API Specifications

Property
ValueText

Base URL

https://app.linkie.bio

Format

JSON

Authentication

Authorization: Bearer <key>

Version

v1

Rate Limits

60 req/min

Authentication

Include your key in the Authorization header for every request:

Getting Started

  1. Generate an API key in your Linkie account settings. Show me how.

  2. Validate your key by listing your Linkie profiles:

  1. Continue with Getting Started.

Last updated

Was this helpful?