| Parameter | Description |
|---|---|
| HTTP Method | POST |
| Response format | JSON |
| API URL | https://indexingexpert.com/api/v1 |
| API Key | fK6aGhCOXIxz0uRi7KbghLxAkP7z3DPJ |
| Parameter | Description |
|---|---|
| key | Your API key |
| action | add |
| service | Service ID |
| link | Array of URLs to process |
| ordertype | Fresh Index or Re-Index |
| priority | Normal or Urgent |
| runs | Runs to deliver (optional) |
| interval | Interval in minutes (optional) |
{
"key": "your_api_key",
"action": "add",
"service": 1,
"link": ["http://example1.com", "http://example2.com"],
"ordertype": "Fresh Index",
"priority": "Urgent"
}
{
"status": "success",
"order number": 116,
"priority": "Urgent",
"remain balance": "50.00"
}
| Parameter | Description |
|---|---|
| key | Your API key |
| action | status |
| order | Order ID |
{
"status": "Processing",
"charge": "3.60",
"start_count": 0,
"remains": 0,
"currency": "USD"
}
| Parameter | Description |
|---|---|
| key | Your API key |
| action | orders |
| orders | Order IDs separated by comma or as array |
[
{
"order": 116,
"status": "Processing",
"charge": "3.60",
"start_count": 10,
"remains": 0
},
{
"order": 117,
"status": "Completed",
"charge": null,
"start_count": 0,
"remains": 0
}
]
| Parameter | Description |
|---|---|
| key | Your API key |
| action | check_index_status |
| order_id | Order ID |
{
"status": "success",
"indexed": 20,
"not_indexed": 5,
"total_urls": 25
}
| Parameter | Description |
|---|---|
| key | Your API key |
| action | balance |
{
"status": "success",
"balance": "50.00",
"currency": "USD"
}
| Parameter | Description |
|---|---|
| key | Your API key |
| action | services |
[
{
"service": 1,
"name": "Link Indexing",
"category": "Indexing",
"rate": "0.08/ per Link",
"min": 1,
"max": 10000
},
{
"service": 2,
"name": "Index Checker",
"category": "Checking",
"rate": "0.002/ Per Link",
"min": 10,
"max": 5000
}
]
https://indexingexpert.com/
Install Progressive Web Application
This site has app functionality. Install it on your device for extensive experience and easy access.