Other
aiception.com
AIception Interactive sandbox and mock API
Here you can play & test & prototype all the endpoints using just your browser! Go ahead! Writes persist, data moves on a schedule and every change can fire a signed webhook.
- Operations
- 10
- Collections
- -
- Event types
- -
example request
curl https://your-aiception.slurry.io/api/v2.1/adult_content/123 \
-H "Authorization: Bearer slurry_sim_..."Your simulation gets its own hostname, key and IP allow-list. Built from API version 1.0.0.
What gets simulated
Collections, relationships and state machines are worked out from the spec when you start the simulation.
- State. Creates, updates and deletes persist and show up in later reads.
- Behaviour. Records move through their states on a schedule you control, and you can fast-forward up to 30 days.
- Webhooks. Every change emits a signed, retried event.
- Failure. Per-endpoint errors, latency and chaos rules, on demand.
Operations
All 10.
- POST/adult_content
- GET/adult_content/{taskId}
- POST/artistic_image
- GET/artistic_image/{taskId}
- POST/detect_object
- GET/detect_object/{taskId}
- POST/face
- GET/face/{taskId}
- POST/face_age
- GET/face_age/{taskId}