DEVELOPER API
Build with our Data
Access real-time data on thousands of AI tools. Power your applications, research, or aggregator with our robust REST API.
Introduction
The AI Tool List API provides programmatic access to our entire database of verified AI software. You can retrieve tool details, search by tags, and access metadata like pricing and categories.
Base URL
https://api.aitoollist.com/v1Authentication
All API requests require an API key to be included in the header.
Header ExampleBASH
curl -H "Authorization: Bearer YOUR_API_KEY" \
https://api.aitoollist.com/v1/tools
Endpoints
GET
/toolsRetrieve a paginated list of published tools.
Parameters
| Name | Type | Description |
|---|---|---|
| page | integer | Page number (default: 1) |
| limit | integer | Items per page (max: 100) |
| category | string | Filter by category slug |
GET
/tools/searchSearch tools by keyword or vector similarity.