API Documentation
Integrate AI Tool Buzz data into your own applications. Generate a key below to get started.
Your API Key
You need an API key to access the endpoints. Rate limit: 100 requests/day.
You must be logged in to generate an API key.
Authentication
Pass your API key in the headers or as a URL parameter:
- Header:
X-API-Key: your_api_key_here - URL Parameter:
?api_key=your_api_key_here
Endpoints
| Endpoint | Description |
|---|---|
GET https://aitoolbuzz.com/api/list?limit=20&page=1 |
Get a paginated list of tools. |
GET https://aitoolbuzz.com/api/tool?slug=chatgpt |
Get specific tool data. |
GET https://aitoolbuzz.com/api/random |
Get a random active tool. |
GET https://aitoolbuzz.com/api/categories |
Get an array of all categories. |