IA Hunt
REST API v1

API Documentation

Integrate IA Hunt data into your applications

Why use our API?

Access the largest AI database programmatically. Perfect for aggregators, analysis tools, and automated workflows.

JSON Data

Fast Response

GET /api/v1/ais/chatgpt
{
  "id": "123...",
  "name": "ChatGPT",
  "rating": 4.8,
  "tags": ["chat", "ai"],
  "pricing": "freemium"
}

Authentication

All requests require an API Key passed in the header.

Authorization: Bearer YOUR_API_KEY
X-API-KEY: sk_live_...

Available Resources

GET

/ais

Get AI details and lists

GET

/ais/[slug]

Get AI Details

GET

/search

Advanced search

GET

/analytics/trends

Market intelligence and trends

GET

/ais/[slug]/audit

Performance audits

GET

/ais/[slug]/alternatives

Get alternatives

POST

/ais/[slug]/contact

Submit leads/contact

POST

/webhooks

Real-time notifications