AIception Interactive
The AIception Interactive API offers a set of image‑processing endpoints that let you submit an image URL to detect adult content, identify objects, locate faces, estimate face age, or generate an artistic version of the image. Each operation returns a task ID that can be polled for results.
Latency
1027ms p95
Uptime
100.0% 30d
Playground
Verified
live
Endpoints
/adult_content
Image contains nudity or sexually explicit content? [ image_url -> id ]
/adult_content/{taskId}
Gets the adult_content task [ id -> adult content task ]
/artistic_image
Create an artistic image [ image_url, style_url -> id ]
/artistic_image/{taskId}
Gets a artistic image by task id [ id -> artistic image task ]
/detect_object
What is that object? [ image_url -> id ]
/detect_object/{taskId}
Gets the detect_object task [ id -> detect object task]
/face
Find all faces in the image [ image_url -> id ]
/face/{taskId}
Gets the face task [ id -> face task ]
/face_age
How old is the person in the image? [ image_url -> id ]
/face_age/{taskId}
Gets the face_age task [ id -> face age task ]
10 endpoints auto-detected
Authentication
This API requires authentication: basic.
curl -X POST \ "https://aiception.com/api/v2.1/adult_content"
aiception.com · HTTPS only