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/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.