$ man sla-extract
/sla-extract
PRICE / CALL
$0.015
USDC · base mainnet · scheme: exact
──────────────────────────────────────────────────────────────────────────────
NAME
sla-extract — pulls the actual service-level terms out of a contract, vendor agreement, or support policy so you don't have to hunt through pages of te…
SYNOPSIS
POST https://x402.agentutility.ai/sla-extract
Content-Type: application/json
X-PAYMENT: <signed-transferWithAuthorization>
{ ... }↳ first call → 402 Payment Required. Sign USDCtransferWithAuthorization, retry with theX-PAYMENT header.
DESCRIPTION
Pulls the actual service-level terms out of a contract, vendor agreement, or support policy so you don't have to hunt through pages of text for them. Send the contract text (or a support policy excerpt) and get back structured SLA extraction: response_times, resolution_times, uptime_pct, penalties, escalation_tiers, and exclusions. Built for service level terms, uptime commitment, and escalation tiers lookups; this is text extraction only, not legal advice, and it doesn't judge enforceability. Redact customer or employee PII from the source text before sending it; the endpoint is read-only and reports only what the text actually states. Use it as an SLA extraction API, contract term parser, uptime commitment checker, or service-level terms lookup for vendor and support agreements.
INPUT — request schema
| property | type | description | req? |
|---|
| text | string | Contract or SLA/support-policy text to extract terms from. Max 20,000 chars. Alias: 'contract_text'. | required |
| contract_text | string | Alias for 'text'. Use either field name. | optional |
OUTPUT — response shape
| field | type | description |
|---|
| response_times | string | — |
| resolution_times | string | — |
| uptime_pct | string | — |
| penalties | string | — |
| escalation_tiers | string | — |
| exclusions | string | — |
| input_chars | string | — |
| model | string | — |
| source | string | — |
| note | string | — |
EXAMPLES — two ways to call
EXAMPLE 1 · curl
curl -X POST https://x402.agentutility.ai/sla-extract \
-H 'Content-Type: application/json' \
-d '{ }'first response = 402 Payment Required with payment requirements; sign + retry with X-PAYMENT.
EXAMPLE 2 · mcp
# Install the MCP package for this endpoint's cluster
npx -y @agentutility/mcp-<cluster>
# Required: EVM private key with USDC on Base
export X402_PRIVATE_KEY=0x...
# Then call the sla-extract tool from your MCP-aware agent.
MCP server handles payment automatically — your coding agent just calls the tool by name.
METADATA
- tags
- wordmintslaextractsla-extract
- methods
- POST
- cluster
- wordmint
- price
- $0.015 USDC per call
ADJACENT — other endpoints in wordmint
| endpoint | description | price |
|---|
| escalation-brief | Turns a messy support thread into a short handoff brief the next person can act on in seconds instead of re-reading the whole conversation. | $0.015 |
| paper-to-flashcards | Turns a paper abstract or excerpt into study flashcards for spaced repetition. | $0.015 |
| reading-plan-generate | Builds a sequenced reading plan for a topic so a learner or agent knows what to study first, next, and last. | $0.015 |
| syllabus-parse | Turns a pasted course syllabus into a structured week-by-week outline an agent can schedule against: course name, and per week the topics… | $0.015 |
| ai-to-human-text | AI text humanizer / GPT detector bypass. | $0.01 |
| app-review-sentiment | Scores app-store reviews by onboarding, stability, pricing, performance, and feature requests. | $0.01 |
| brand-bootstrap | Bootstraps a brand kit for a new business or product in one call. | $0.01 |
| brand-launch-brief | Generates a structured brand launch brief for a new company or product from name, concept, audience, and tone. | $0.01 |