GeneralLive

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 text for them.

$0.01725USDC per call · settled on Base · no subscription, no API key

Overview

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.

Endpoint

MethodEndpointPriceDescription
POST/v1/marketplace/api/sla-extract$0.01725Invoke Sla Extract (General) and return the upstream response.

How to call it

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/sla-extract \
  -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/sla-extract \
  -H 'Content-Type: application/json' \
  -H 'X-PAYMENT: <signed-payload>' \
  -d '{}'
Open in the marketplace

Docs: Getting started · x402 payments · x402 discovery · All APIs