API Documentation

Integrate AI Tool Buzz data into your own applications using our RESTful endpoints.

Authentication

All API requests require your unique API key. You can authenticate by passing your key in the header or as a URL parameter.

Header: X-API-Key: your_api_key_here
Query: ?api_key=your_api_key_here

Available Endpoints

GET /api/list

Retrieve a paginated list of all active tools sorted by rank.

?limit=20   ?page=1
GET /api/tool

Get detailed data, pros, cons, and tags for a specific tool.

?slug=tool-slug
GET /api/random

Retrieve a single, completely random active tool.

GET /api/categories

Get a flat array of all currently available tool categories.

Your API Key

Keep your token secure and do not expose it in public client-side code.

Please log in to your account to generate an API key.