Turn a batch of support tickets into a backlog digest in one call: themed clusters, an aggregate sentiment read across the batch, a language-mix sample, and an executive summary.
Turn a batch of support tickets into a backlog digest in one call: themed clusters, an aggregate sentiment read across the batch, a language-mix sample, and an executive summary. Built for ticket backlog digest, support trends, and support queue analysis where a team lead or agent needs theme clustering and ticket insights without reading every ticket by hand. Composite: one call runs ticket-cluster + sentiment-analysis + detect-language + summarize-text in parallel over the same batch and merges results into named sections. Sends a tickets array (1-200 entries); returns clusters, sentiment, language_mix, and exec_summary, each degrading independently on failure. Use it as a ticket backlog digest API, support trend report, or backlog triage tool.
| Method | Endpoint | Price | Description |
|---|---|---|---|
POST | /v1/marketplace/api/ticket-backlog-digest | $0.0575 | Invoke Ticket Backlog Digest (General) and return the upstream response. |
Requests are paid per call over the x402 protocol. Call the endpoint, receive a 402 Payment Required quote, then repeat the request with the signed payment header. The SDKs do both steps for you.
# 1. Ask for a quote
curl -i -X POST https://api.jarvisclaw.ai/v1/marketplace/api/ticket-backlog-digest \
-H 'Content-Type: application/json' \
-d '{}'
# 2. Pay it (the SDK signs and retries for you)
curl -X POST https://api.jarvisclaw.ai/v1/marketplace/api/ticket-backlog-digest \
-H 'Content-Type: application/json' \
-H 'X-PAYMENT: <signed-payload>' \
-d '{}'
Open in the marketplace
Docs: Getting started · x402 payments · x402 discovery · All APIs