Welcome to the AllInDox API! This comprehensive guide will help you integrate our powerful search capabilities into your applications.
Check your API key status and limits
https://api.allindox.fr/keyInfo
Parameter | Type | Required | Description |
---|---|---|---|
apiKey | string | ✅ | Your unique API key |
{
"expiresAt": 1731234567890,
"timeRemaining": 86400000,
"requestsRemaining": 50
}
GET https://api.allindox.fr/keyInfo?apiKey=your-api-key
Powerful multi-criteria search across databases
https://api.allindox.fr/search
Parameter | Type | Required | Description |
---|---|---|---|
apiKey | string | ✅ | Your unique API key |
searchValues | string | ✅ | Comma-separated search values |
searchTypes | string | ✅ | Comma-separated search types |
{
"commonRecords": [],
"timeRemaining": 86400000,
"requestsRemaining": 49,
"searchTime": 150
}
GET https://api.allindox.fr/search?apiKey=your-api-key&searchValues=value1,value2&searchTypes=type1,type2
Get all type of search that you can do
https://api.allindox.fr/types
{
"requiredFields": [
"adress",
"name",
"first_name",
"second_first_name",
"dob",
"gender",
...
]
}
GET https://api.allindox.fr/types?apiKey=your-api-key
/keyInfo
endpointCache responses when possible
Batch requests for better performance
Keep track of remaining requests
Plan ahead for key renewal