AI Tools Hub
Developers

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=true

Faceted search across published tools. Returns items, total, and facet counts.

GET/tools/:slug

Full detail for one tool, including pricing tiers and tags.

GET/compare?tools=a,b,c

Side-by-side data for 2–4 tools.

GET/categories

All categories with tool counts.

GET/tags

All tags with tool counts.

Example

curl "https://milestonm.ae/api/search?q=transcribe&free=true"