Aiception
Connector for the aiception API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://aiception.com/api/v2.1 - Auth:
bearer(pass your key via theapiKeyinput)
Operations
get_adult_content_taskid— GET /adult_content/{taskId} — Gets the adult_content task [ id -> adult content task ]get_artistic_image_taskid— GET /artistic_image/{taskId} — Gets a artistic image by task id [ id -> artistic image task ]get_detect_object_taskid— GET /detect_object/{taskId} — Gets the detect_object task [ id -> detect object task]get_face_taskid— GET /face/{taskId} — Gets the face task [ id -> face task ]get_face_age_taskid— GET /face_age/{taskId} — Gets the face_age task [ id -> face age task ]post_adult_content— POST /adult_content — Image contains nudity or sexually explicit content? [ image_url -> id ]
Inputs
apiKey— your aiception API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: get_adult_content_taskid
apiKey: <your key>