API Reference

Complete reference documentation for the AI Tools Hub API

Authentication

The AI Tools Hub API uses API keys to authenticate requests. You can view and manage your API keys in the dashboard.

API Key Authentication
Pass your API key in the Authorization header

Example Request

curl -X GET "https://api.aitools.com/v1/tools" \
  -H "Authorization: Bearer YOUR_API_KEY"