Developers
A free, read-only JSON API over the Cloudkart.ai catalog. No key needed. Responses are cached and CORS-enabled, so you can call them from the browser. Please cache on your side and keep volume reasonable.
Endpoints
GET /api/v1/tools
List published tools. Query: ?category=&limit=&offset=
GET /api/v1/tools/{slug}
Single tool detail (score, pricing, tags, category).
GET /api/v1/categories
List catalog categories.
GET /api/v1/badge/{slug}
Embeddable SVG score badge (image/svg+xml).
Embeddable badge
Show your Cloudkart Score on your own site. Replace your-slug with your tool's slug:
<a href="https://cloudkart.ai/tool/your-slug">
<img src="https://cloudkart.ai/api/v1/badge/your-slug"
alt="Rated on Cloudkart.ai" height="28" />
</a>Live example: