TAP Tools API Reference
Status
TAP dashboard/public API tool routes are not part of the current integration contract.
Use the TAP-facing tool endpoints below for product integration:
| Capability | Endpoint | Notes |
|---|---|---|
| Image tagging and caption suggestions | POST /ai/tap/tools/tagging-suggestions | Synchronous tool call. Runs the existing tagging service and returns { data }. |
| Content safety | POST /ai/tap/tools/content-safety | TAP policy moderation. Use the low-level Azure provider only for direct provider checks. |
| Topic detection | POST /ai/tap/tools/topic-detection | Synchronous tool call. Runs the topic-detection workflow internally and returns { data }. |
Backwards-compatible image tagging endpoint:
| Capability | Endpoint | Notes |
|---|---|---|
| Image tagging and caption suggestions | POST /ai/tap/workflows/tagging-suggestions | Existing synchronous endpoint from the previous integration. It remains supported for current callers and returns the result directly without { data }. |
Low-level provider endpoint:
| Capability | Endpoint | Notes |
|---|---|---|
| Azure Content Safety provider | POST /ai/other/tools/azure-content-safety | Azure-only check without the TAP local semantic policy layer. |
The AI service does not call TAP dashboard/public APIs and does not update TAP posts.