Aiception
Tool for the aiception API.
- 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>
Publishes
The keys a later task may reference as {{taskName.key}}. Referencing anything not listed here resolves to nothing at run time.
erroroperationresultstatus
Input Properties
Every property this tool accepts, from its own tool.iml.
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
apiKey |
string | yes | — | DEPRECATED — bind an API Key credential to the task with credentialName instead. A key pasted here is stored in the workflow definition in clear and appears in every export of it. Still honoured for workflows built before the change. |
operation |
string | yes | — | One of: get_adult_content_taskid, get_artistic_image_taskid, get_detect_object_taskid, get_face_taskid, get_face_age_taskid, post_adult_content |
taskId |
string | no | — | Path parameter taskId (required by some operations). |
body |
string | no | — | Request body as a JSON object string (for create/update operations). |
query |
string | no | — | Query-string parameters as a JSON object string, e.g. {"limit": 50}. Parsed and url-encoded onto the request. |