API Documentation
Note: Please read the API instructions carefully. You are fully responsible for what you add via our API.
Parameter Description
HTTP Method POST
Response format JSON
API URL https://indexingexpert.com/api/v1
API Key fK6aGhCOXIxz0uRi7KbghLxAkP7z3DPJ
PLACE NEW ORDER
Parameter Description
keyYour API key
actionadd
serviceService ID
linkArray of URLs to process
ordertypeFresh Index or Re-Index
priorityNormal or Urgent
runsRuns to deliver (optional)
intervalInterval in minutes (optional)
Example request:
{
    "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,
    "priority": "Urgent",
    "remain balance": "50.00"
}
                            
STATUS ORDER
Parameter Description
keyYour API key
actionstatus
orderOrder ID
Example response:
{
    "status": "Processing",
    "charge": "3.60",
    "start_count": 0,
    "remains": 0,
    "currency": "USD"
}
                            
MULTIPLE STATUS ORDER
Parameter Description
keyYour API key
actionorders
ordersOrder IDs separated by comma or as array
Example response:
[
    {
        "order": 116,
        "status": "Processing",
        "charge": "3.60",
        "start_count": 10,
        "remains": 0
    },
    {
        "order": 117,
        "status": "Completed",
        "charge": null,
        "start_count": 0,
        "remains": 0
    }
]
                            
CHECK INDEX STATUS
Parameter Description
keyYour API key
actioncheck_index_status
order_idOrder ID
Example response:
{
    "status": "success",
    "indexed": 20,
    "not_indexed": 5,
    "total_urls": 25
}
                            
USER BALANCE
Parameter Description
keyYour API key
actionbalance
Example response:
{
    "status": "success",
    "balance": "50.00",
    "currency": "USD"
}
                            
SERVICE LIST
Parameter Description
keyYour API key
actionservices
Example response:
[
    {
        "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
    }
]
                            
Indexing Expert™ cookies

We use cookies!

We use cookies to ensure that give you the best experience on your website.. see more Accept Close

Indexing Expert App

https://indexingexpert.com/

Install Progressive Web Application

This site has app functionality. Install it on your device for extensive experience and easy access.