API Documentation - BacklinkBox
API Documentation
Comprehensive developer documentation for BacklinkBox Intelligence Platform
Fast & Reliable
99.9% uptime with avg 185ms response time
Secure
Bearer token authentication & rate limiting
Easy Integration
RESTful design with comprehensive examples
API Overview
200+
API Endpoints
99.9%
Uptime SLA
185ms
Avg Response
24/7
Support
API Reference
Core API
Essential endpoints for basic functionality
GET
/health
System health check and status
POST
/auth/login
User authentication and token generation
POST
/auth/logout
Auth Required
User logout and token invalidation
GET
/auth/user
Auth Required
Get current user information
PUT
/auth/user
Auth Required
Update user profile
Backlink Intelligence
Advanced backlink discovery and analysis tools
GET
/backlinks/finder
Auth Required
Advanced backlink opportunity discovery
POST
/backlinks/search
Auth Required
Search backlink opportunities with filters
GET
/backlinks/repository
Auth Required
Browse saved backlink opportunities
POST
/backlinks/save
Auth Required
Save backlink opportunities to lists
GET
/backlinks/saved
Auth Required
Get user saved opportunities
POST
/backlinks/lists
Auth Required
Create new opportunity list
GET
/backlinks/lists
Auth Required
Get all user opportunity lists
PUT
/backlinks/lists/{id}
Auth Required
Update opportunity list
DELETE
/backlinks/lists/{id}
Auth Required
Delete opportunity list
AI Intelligence
AI-powered analytics and predictions
GET
/ai-intelligence/dashboard
Auth Required
AI analytics dashboard data
POST
/ai-intelligence/predictions
Auth Required
Generate AI link predictions
GET
/ai-intelligence/insights
Auth Required
Get AI-generated insights
POST
/ai-intelligence/analyze
Auth Required
AI analysis of opportunities
GET
/opportunities/hot
Auth Required
Get trending hot opportunities
GET
/opportunities/premium
Auth Required
Premium opportunity access
Link Monitoring
Monitor and track backlink performance
GET
/link-monitor/dashboard
Auth Required
Link monitoring dashboard
POST
/link-monitor/links
Auth Required
Add links to monitoring
GET
/link-monitor/links
Auth Required
Get monitored links
PUT
/link-monitor/links/{id}
Auth Required
Update monitored link
DELETE
/link-monitor/links/{id}
Auth Required
Remove link from monitoring
GET
/link-monitor/health
Auth Required
Link health analytics
GET
/link-monitor/analytics
Auth Required
Link performance analytics
Autonomous Execution
AI-powered automation and execution
GET
/autonomous/dashboard
Auth Required
Autonomous execution dashboard
POST
/autonomous/tasks
Auth Required
Create autonomous task
GET
/autonomous/tasks
Auth Required
Get autonomous tasks
PUT
/autonomous/tasks/{id}
Auth Required
Update autonomous task
DELETE
/autonomous/tasks/{id}
Auth Required
Cancel autonomous task
GET
/autonomous/system-status
Auth Required
System status and health
User Management
User account and subscription management
GET
/user/profile
Auth Required
Get user profile information
PUT
/user/profile
Auth Required
Update user profile
GET
/user/subscription
Auth Required
Get subscription information
POST
/user/subscription/upgrade
Auth Required
Upgrade subscription plan
GET
/user/ai-usage
Auth Required
Get AI usage statistics
GET
/user/subscription-info
Auth Required
Detailed subscription info
Quick Start
Get started with the BacklinkBox API in minutes:
1. Sign up for a free account at console.backlinkbox.pro
2. Generate your API key from the settings page
3. Make your first API call with Bearer authentication
4. Explore our comprehensive endpoints and start building
Authentication
All API requests require Bearer token authentication:
curl -H "Authorization: Bearer YOUR_API_TOKEN" \
-H "Content-Type: application/json" \
https://backlinkbox.test/api/backlinks/finder
Need Help?
Our developer support team is here to help you integrate and make the most of our API.