๐ API Reference
Integrate directly into your platform.
# POST โ Run a scan
POST https://aicommerce.network/v1/scan
{
"api_key": "your_key",
"name": "Client Name",
"profession": "SAP Consultant",
"city": "Hyderabad",
"country": "India"
}
# GET โ Latest score
GET /v1/score/{entity}?api_key=your_key
# GET โ Score history
GET /v1/history/{entity}?api_key=your_key
# GET โ Browse directory
GET /v1/directory?api_key=your_key