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

Authentication

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

Retrieve a paginated list of published tools.

Parameters

NameTypeDescription
pageintegerPage number (default: 1)
limitintegerItems per page (max: 100)
categorystringFilter by category slug
GET
/tools/search

Search tools by keyword or vector similarity.