# AIception Interactive **Provider:** AIception Interactive **Category:** maps **Base URL:** `https://aiception.com/api/v2.1` **Auth:** api-key — `Authorization: Bearer YOUR_API_KEY` **Rate Limit:** Varies by plan **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://aiception.com/api/v2.1 ## Description Here you can play & test & prototype all the endpoints using just your browser! Go ahead! ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | POST | `https://aiception.com/api/v2.1/adult_content` | Image contains nudity or sexually explicit content? [ image_url -> id ] | | GET | `https://aiception.com/api/v2.1/adult_content/{taskId}` | Gets the adult_content task [ id -> adult content task ] | | POST | `https://aiception.com/api/v2.1/artistic_image` | Create an artistic image [ image_url, style_url -> id ] | | GET | `https://aiception.com/api/v2.1/artistic_image/{taskId}` | Gets a artistic image by task id [ id -> artistic image task ] | | POST | `https://aiception.com/api/v2.1/detect_object` | What is that object? [ image_url -> id ] | | GET | `https://aiception.com/api/v2.1/detect_object/{taskId}` | Gets the detect_object task [ id -> detect object task] | | POST | `https://aiception.com/api/v2.1/face` | Find all faces in the image [ image_url -> id ] | | GET | `https://aiception.com/api/v2.1/face/{taskId}` | Gets the face task [ id -> face task ] | ## Authentication API key authentication (see docs for format) ``` Authorization: Bearer YOUR_API_KEY ``` ## Sample Request ```bash curl -X GET 'https://aiception.com/api/v2.1/adult_content' \ -H 'Authorization: Bearer YOUR_API_KEY' ``` ## Sample Response ```json {} ``` ## Pricing Details Freemium AI image analysis. Free tier available; paid plans for higher usage. --- *Source: [API Map](https://apimap.dev/apis/aiception-interactive/) — CC BY 4.0*