APIHub
Back to Explore

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.

Machine Learning
basic
HTTPS
CORS: Unknown
Description enriched
Visit official documentation

Latency

1027ms p95

Uptime

100.0% 30d

Playground

Verified

live

Endpoints

REST · JSON
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 ]

  • taskId (path, required) — An internal id for the 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 ]

  • taskId (path, required) — An internal id for the task
POST

/detect_object

What is that object? [ image_url -> id ]

GET

/detect_object/{taskId}

Gets the detect_object task [ id -> detect object task]

  • taskId (path, required) — An internal id for the task
POST

/face

Find all faces in the image [ image_url -> id ]

GET

/face/{taskId}

Gets the face task [ id -> face task ]

  • taskId (path, required) — An internal id for the task
POST

/face_age

How old is the person in the image? [ image_url -> id ]

GET

/face_age/{taskId}

Gets the face_age task [ id -> face age task ]

  • taskId (path, required) — An internal id for the 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