AI Image Detector API Documentation

Everything you need to integrate AI image detection into your application. RESTful API, comprehensive SDKs, and code examples in every major language.

Authentication

All requests require a Bearer token in the Authorization header. API keys are available in your dashboard immediately after signup.

Authorization: Bearer YOUR_API_KEY

Rate Limits

Free: 10 req/min. Pro: 100 req/min. Enterprise: Custom. Rate limit headers included in every response.

SDKs & Libraries

Official SDKs for Python, Node.js, Go, and Java. Community libraries for Ruby, PHP, and Rust.

Python SDK
pip install aiimagedetector
Node.js SDK
npm install @aiimagedetector/sdk

Error Handling

Standard HTTP status codes. All errors return JSON with error_code, message, and documentation_url.