A

AIception Interactive

by AIception Interactive Free tier

Here you can play & test & prototype all the endpoints using just your browser! Go ahead!

mapsaiception

Quick Reference

Base URL 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
Pricing
28
Latency
30
Depth
61

Authentication

API key authentication (see docs for format)

Authorization: Bearer YOUR_API_KEY

Pricing

Model subscription Starting price Enterprise / contact sales Free quota None

Freemium AI image analysis. Free tier available; paid plans for higher usage.

Key Endpoints

MethodPathDescription
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 ]

Sample Request

curl -X GET 'https://aiception.com/api/v2.1/adult_content' \
  -H 'Authorization: Bearer YOUR_API_KEY'

Sample Response

{}

Data sourced from API Map. Always verify pricing and rate limits against the official AIception Interactive documentation.