https://indexingexpert.com/api/v1
Your API Key
POST
JSON
Your API key
add
Service ID
Array of URLs to process
Fresh Index or Re-Index
Normal or Urgent
//Example request for placing an order
{ "key": "your_api_key", "action": "add", "service": 1, "link": ["http://example1.com", "http://example2.com"], "ordertype": "Fresh Index", "priority": "Urgent" }
//Example response
{ "status": "success", "order number": 116, "remaining balance": "50.00" }
Your API key
status
Order ID
//Example response
{ "status": "Processing", "charge": "3.60", "start_count": 0, "remains": 0, "currency": "USD" }
Your API key
balance
//Example response
{ "status": "success", "balance": "50.00", "currency": "USD" }
Your API key
check_index_status
Order ID
//Example request for checking index status
{ "key": "your_api_key", "action": "check_index_status", "order_id": 116 }
//Example response
{ "status": "success", "indexed": 20, "not_indexed": 5, "total_urls": 25 }