CheckAI AIGC Detection API
CheckAI provides AI-generated content detection APIs for text, images, and videos. It helps developers, platforms, and businesses identify whether content is likely created or manipulated by AI models. The API is designed for fast integration into products such as content moderation systems, media verification tools, academic integrity platforms, and fraud/risk analysis workflows. With support…
CheckAI AIGC Detection API endpoints
| Method | Endpoint | Description |
|---|---|---|
| Text Detection | ||
| POST |
detectText /api/detect |
Analyzes text content to determine if it was generated by AI. Returns a detection score (0-100), classification label, confidence level, and detailed token-level analysis.… |
| Image Detection | ||
| POST |
detectImage /api/detect |
Analyzes an image to determine if it was generated by AI. Returns a detection score (0-100), classification label, and confidence level. **Supported formats:** PNG, JPEG, WebP… |
| Video Detection | ||
| POST |
detectVideo /api/detect/video |
Analyzes video frames to detect AI-generated content. Submit 1-3 representative frames from the video for analysis. Each frame is analyzed individually, and an overall score is… |
| Other endpoints | ||
| GET |
getCredits /api/detect |
Check the remaining API credits for the authenticated user |
| POST |
detectContent /api/detect |
Analyzes text or image content to determine if it was generated by AI. Returns a score (0-100), classification label, confidence level, and detailed token-level analysis for text. |
| POST |
detectVideo /api/detect/video |
Analyzes video frames to detect AI-generated content. Each frame is analyzed individually and costs 1 credit per frame. Maximum 3 frames per request. |
| POST |
detectContent /api/detect |
Analyzes text or image content to determine if it was generated by AI. Returns a score (0-100), classification label, confidence level, and detailed token-level analysis for text. |
| POST |
detectVideo /api/detect/video |
Analyzes video frames to detect AI-generated content. Each frame is analyzed individually and costs 1 credit per frame. Maximum 3 frames per request. |
CheckAI AIGC Detection API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $4.99 / month | 5 / second |
|
| ULTRA Recommended | $19.9 / month | — |
|
| MEGA | Free | 5 / second |
|