Skip to main content

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:

CapabilityEndpointNotes
Image tagging and caption suggestionsPOST /ai/tap/tools/tagging-suggestionsSynchronous tool call. Runs the existing tagging service and returns { data }.
Content safetyPOST /ai/tap/tools/content-safetyTAP policy moderation. Use the low-level Azure provider only for direct provider checks.
Topic detectionPOST /ai/tap/tools/topic-detectionSynchronous tool call. Runs the topic-detection workflow internally and returns { data }.

Backwards-compatible image tagging endpoint:

CapabilityEndpointNotes
Image tagging and caption suggestionsPOST /ai/tap/workflows/tagging-suggestionsExisting synchronous endpoint from the previous integration. It remains supported for current callers and returns the result directly without { data }.

Low-level provider endpoint:

CapabilityEndpointNotes
Azure Content Safety providerPOST /ai/other/tools/azure-content-safetyAzure-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.

See TAP Image Tagging API.

See TAP Topic Detection API.

See TAP Content Safety API.