Documentation
Search Documentation
Guides
🔧
API Documentation
Technical documentation for integrating AIKind with your systems.
Read Guide →🔒
Security Guide
Learn about our security measures and how to keep your account safe.
Read Guide →Quick Links
API Reference
Authentication
All API requests require authentication using your API key. Include your API key in the Authorization header of your requests.
Authorization: Bearer YOUR_API_KEY
Base URL
All API requests should be made to the following base URL:
https://api.aikind.com/v1
Rate Limits
API requests are limited to 100 requests per minute per API key. If you exceed this limit, you'll receive a 429 Too Many Requests response.