Authenticated test console
Playground
Uses your dashboard session; no API key is stored in the browser.
Response
Response appears here
Generated curl
curl -X POST '/api/v1/dashboard/tools/analyze' \
-H 'Authorization: Bearer <dashboard-token>' \
-H 'Content-Type: application/json' \
-d '{
"text": "I paid yesterday but my subscription is still inactive. Please fix this urgently.",
"operations": [
"summary",
"classification",
"sentiment",
"actions",
"draft_response"
],
"classification_categories": [
"billing",
"technical_support",
"sales",
"general"
],
"draft_tone": "empathetic"
}'