Skip to main content

QubitLink API

The QubitLink API provides a RESTful interface for programmatically shortening URLs, managing links, and handling media assets. You can use this API to build custom integrations, automate workflows, or extend the functionality of your own applications.

Base URL

All endpoints are relative to the base URL:

https://qubitl.ink/api/v1

Authentication

All API requests must include your API Key in the x-api-key header.

Security

Your API key carries the same privileges as your user account. Keep it secret! Do not share it in publicly accessible code (like client-side JavaScript).

Header Example

x-api-key: sk_live_<your_api_key>