Back to Home
For developers

API Documentation

Automate your backlink indexing with our RESTful API. Available on Pro and Reseller plans. Simple, fast, and well-documented.

Fast Integration

Standard REST endpoints. Submit links, check status, retrieve results. Takes minutes to integrate.

Secure Auth

API key authentication with rate limiting. Your keys are encrypted and can be rotated anytime.

Clear Docs

Full documentation with examples in multiple languages. Get started in minutes, not hours.

Quick Example

// Submit links for indexing
const response = await fetch('https://api.indexbacklinks.net/v1/submit', {
  method: 'POST',
  headers: {
    'Authorization': 'Bearer YOUR_API_KEY',
    'Content-Type': 'application/json'
  },
  body: JSON.stringify({
    urls: [
      'https://example.com/page1',
      'https://example.com/page2'
    ]
  })
});

const data = await response.json();
// { success: true, job_id: "abc123", urls_submitted: 2 }

Key Endpoints

  • POST
    /v1/submit
    Submit URLs for indexing
  • GET
    /v1/status/:job_id
    Check indexing status
  • GET
    /v1/results/:job_id
    Get indexing results
  • GET
    /v1/balance
    Check account balance

Rate Limits

Pro Plan1,000 req/hour
Reseller Plan5,000 req/hour

Need higher limits? Contact us for custom enterprise plans.

Ready to integrate?

Upgrade to Pro or Reseller to get API access. Keys are generated instantly.