Starting with Linkbar couldn’t be easier! This documentation will guide you through the basics of using Linkbar, from creating your first link to integrating it with your application.
Choose your preferred language to get started with Linkbar:
More languages coming soon!
The quickest way to start interacting with the Linkbar API is to use one of our SDKs above.
pip install linkbar
Once you have the SDK installed, you can start using it to create links, manage your account, and more.
Start by importing the SDK and setting your API key:
import linkbar
linkbar.api_key = "your_api_key"
You can find your API key in your account settings.
To create a new link, you can use the create
method provided by the SDK.
link = linkbar.links.create('https://example.com/surveys/l0Ng5urV3y1D/', 'linkb.ar')
print(link.short_url) # Outputs the shortened URL
Now that you have created your first link, you can explore the API Reference:
Alternatively, you can take a look at the SDK documentation: