Directory API
Build your own LLM applications, custom models, and specialized directories instantly powered by our live AI database.
API Overview
Our RESTful API provides programmatic access to 1,000+ AI tools, highly detailed technical models, authentic community reviews, and pricing metadata. The API returns standard JSON and is built on edge-cached Next.js Route Handlers for high-speed delivery.
{
"status": "success",
"data": [
{
"id": "cm...abc1",
"name": "ChatGPT",
"slug": "chatgpt",
"category": "Conversational AI",
"pricingModel": "FREEMIUM",
"popularityScore": 4.9,
"website": "https://chatgpt.com",
"apiAccess": true
}
],
"pagination": { "cursor": "next_page_id", "hasMore": true }
}Available Endpoints
List all available AI tools. Supports query parameters for `?category=[id]`, `?pricing=[Free|Paid]`, and `?limit=[num]`.
Fetch a specific tool to extract deep metadata including its screenshots, features array, and integration details.
Returns the current category taxonomy (e.g., Code Assistants, Image Generators).
Application Keys
Access to the API is currently restricted to Enterprise Partners to prevent database scraping.
Rate Limits
- Free Tier0/mo
- Pro Tier10,000/mo
- EnterpriseUnlimited