Here you can play & test & prototype all the endpoints using just your browser! Go ahead!
https://aiception.com/api/v2.1
Auth type
API Key Header
Auth header
Authorization: Bearer YOUR_API_KEY
Rate limit
Varies by plan
Pricing
Enterprise / contact sales
Free quota
None
Documentation
https://aiception.com/api/v2.1
Endpoint status
Server online — HTTP 404 — server is online but path returned an error (may require auth)1.38s
(checked Mar 29, 2026)
Builder score
D
42%
builder-friendly
API key authentication (see docs for format)
Authorization: Bearer YOUR_API_KEY
Freemium AI image analysis. Free tier available; paid plans for higher usage.
| Method | Path | Description |
|---|---|---|
| POST | /adult_content |
Image contains nudity or sexually explicit content? [ image_url -> id ] |
| GET | /adult_content/{taskId} |
Gets the adult_content task [ id -> adult content task ] |
| POST | /artistic_image |
Create an artistic image [ image_url, style_url -> id ] |
| GET | /artistic_image/{taskId} |
Gets a artistic image by task id [ id -> artistic image task ] |
| POST | /detect_object |
What is that object? [ image_url -> id ] |
| GET | /detect_object/{taskId} |
Gets the detect_object task [ id -> detect object task] |
| POST | /face |
Find all faces in the image [ image_url -> id ] |
| GET | /face/{taskId} |
Gets the face task [ id -> face task ] |
curl -X GET 'https://aiception.com/api/v2.1/adult_content' \ -H 'Authorization: Bearer YOUR_API_KEY'
{}
Data sourced from API Map. Always verify pricing and rate limits against the official AIception Interactive documentation.