API Documentation — Automate Your Link Management
Integrate My Backlink into your workflow via REST API. Authenticate with API Keys to query platforms, manage backlinks and projects, and connect browser extensions or automation scripts.
API Key Management
You need to create an API Key before using the API. Each key is prefixed with mlv_ and can have an optional expiration date. Keep your key safe — it is only shown in full once at creation time.
Authentication
All authenticated API endpoints use Bearer Token authentication. Include your API Key in the Authorization header of each request.
API Endpoints
Pagination & Filtering
Integration Tip
The platform search endpoint (/api/v1/platforms) requires no authentication, making it ideal for browser extensions. For endpoints that access user data, call them from your server side to keep your API Key secure.