Public API
The verified AI-tools dataset is queryable over a simple read API. JSON, no key required for these read endpoints (rate-limited keys & write access land with the developer layer).
Base URL: https://milestonm.ae/api
GET
/search?q=&category=&pricing=&free=trueFaceted search across published tools. Returns items, total, and facet counts.
GET
/tools/:slugFull detail for one tool, including pricing tiers and tags.
GET
/compare?tools=a,b,cSide-by-side data for 2–4 tools.
GET
/categoriesAll categories with tool counts.
GET
/tagsAll tags with tool counts.
Example
curl "https://milestonm.ae/api/search?q=transcribe&free=true"