Skip to main content

TAP tools

TAP Tools

Legacy TAP dashboard/public API tools are no longer exposed through runtime tool routes. Current product-facing TAP tool routes wrap internal AI workflows and return the standard { data } tool envelope.

Active tool routes:

  • POST /ai/tap/tools/content-safety
  • POST /ai/tap/tools/tagging-suggestions
  • POST /ai/tap/tools/topic-detection

The older tagging custom route remains available for compatibility and tracked-run debugging:

  • POST /ai/tap/workflows/tagging-suggestions

Tracked run routes:

  • POST /ai/tap/workflows/tagging-suggestions/create-run
  • POST /ai/tap/workflows/tagging-suggestions/start?runId=<uuid>
  • GET /ai/tap/workflows/tagging-suggestions/runs/<uuid>