Ausca Analysis
Ausca is infrastructure agents can buy: metered APIs and MCP services without accounts or provider API keys, with explicit pricing and verifiable receipts.
The wallet the 402 directs payment to. Its whole payment record — every payer, every chain — is on the merchant page.
Asset 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
The payTo wallet does not resolve to a registered ERC-8004 agent. That is not a verdict on the service — most of the catalog is unregistered.
Live 402 challenge
Captured by the enrichment pass, not read just now. Prices can change — always read the 402 the endpoint answers with.
{
"code": "payment_required",
"status": "error",
"message": "Payment authority is required."
}Accepts
The payment requirements as published to the catalog. Read the live 402 before paying — a price here is a claim, not a quote.
Pay 0.3 USDC on Base to 0x2657…3b422. The signed payment is good for 1 minute.
- Paid to
- 0x2657…3b422
- USD Coin contract
- 0x8335…02913
- Payment window
- 1 minute
- As published
- 300000 smallest units
The catalog’s raw entry
[
{
"asset": "0x833589fcd6edb6e08f4c7c32d4f71b54bda02913",
"extra": {
"name": "USD Coin",
"version": "2",
"decimals": 6,
"assetTransferMethod": "eip3009"
},
"payTo": "0x26572ff23c6c52bfb1a69cb0c9114a8be443b422",
"amount": "300000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 60
}
]Extensions
{
"bazaar": {
"info": {
"input": {
"body": {
"input": {
"artifact": {
"media_type": "application/pdf",
"artifact_ref": "runx:artifact:sha256:4444444444444444444444444444444444444444444444444444444444444444",
"content_digest": "sha256:5555555555555555555555555555555555555555555555555555555555555555"
},
"feature_types": [
"FORMS",
"TABLES"
]
},
"offer_id": "document.analysis",
"offer_revision": "analysis-bytes-r7",
"idempotency_key": "ausca-x402-discovery-example",
"input_schema_digest": "sha256:7093216a29925031972d61a7ab5f6013936aac9f81c3c54f51a00a3fef66759b",
"output_schema_digest": "sha256:730cf6fb1e6f26fd5ebe335fab86da10099fd0db4f177ba1a2540b4756e00900",
"offer_revision_digest": "sha256:ff16bf19f7a2de0ac19e646bcef953efdbe7a27f8e3cbec652ec82598884ef09"
},
"type": "http",
"method": "POST",
"bodyType": "json"
},
"output": {
"type": "json",
"example": {
"status": "accepted",
"invocation": {
"state": "succeeded",
"output": {
"pages": [
{
"page_index": 1,
"size_bytes": 1024,
"artifact_ref": "runx:artifact:sha256:6666666666666666666666666666666666666666666666666666666666666666",
"content_digest": "sha256:7777777777777777777777777777777777777777777777777777777777777777",
"feature_counts": {
"FORMS": 1,
"TABLES": 0
}
}
],
"schema": "ausca.document_analysis.manifest.v1",
"source_digest": "sha256:5555555555555555555555555555555555555555555555555555555555555555",
"feature_counts": {
"FORMS": 1,
"TABLES": 0
}
},
"updated_at": "2026-01-01T00:00:00Z",
"receipt_ref": {
"uri": "runx:receipt:discovery-example",
"type": "receipt",
"public_url": "https://runx.ai/r/0000000000000000000000000000000000000000000000000000000000000000"
},
"invocation_id": "ausca-discovery-example",
"output_digest": "sha256:bc5245605982a2e6ee3423acff2b5f86a508fe7dd7ed8316070f893b661f5f60",
"offer_revision_digest": "sha256:ff16bf19f7a2de0ac19e646bcef953efdbe7a27f8e3cbec652ec82598884ef09"
},
"inspect_url": "/v1/invocations/ausca-discovery-example"
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method",
"bodyType",
"body"
],
"properties": {
"body": {
"type": "object",
"required": [
"offer_id",
"offer_revision",
"offer_revision_digest",
"input_schema_digest",
"output_schema_digest",
"input",
"idempotency_key"
],
"properties": {
"input": {
"type": "object",
"required": [
"artifact",
"feature_types"
],
"properties": {
"artifact": {
"allOf": [
{
"type": "object",
"required": [
"artifact_ref",
"content_digest",
"media_type"
],
"properties": {
"media_type": {
"type": "string",
"maxLength": 200,
"minLength": 1
},
"artifact_ref": {
"type": "string",
"maxLength": 512,
"minLength": 1
},
"content_digest": {
"type": "string",
"pattern": "^sha256:[a-f0-9]{64}$"
}
},
"additionalProperties": false
},
{
"properties": {
"media_type": {
"enum": [
"application/pdf",
"image/jpeg",
"image/png",
"image/tiff"
]
}
}
}
]
},
"feature_types": {
"type": "array",
"items": {
"enum": [
"FORMS",
"TABLES",
"SIGNATURES",
"LAYOUT"
],
"type": "string"
},
"maxItems": 4,
"minItems": 1,
"uniqueItems": true
}
},
"additionalProperties": false
},
"offer_id": {
"const": "document.analysis"
},
"offer_revision": {
"const": "analysis-bytes-r7"
},
"idempotency_key": {
"type": "string",
"maxLength": 128,
"minLength": 16
},
"input_schema_digest": {
"const": "sha256:7093216a29925031972d61a7ab5f6013936aac9f81c3c54f51a00a3fef66759b"
},
"output_schema_digest": {
"const": "sha256:730cf6fb1e6f26fd5ebe335fab86da10099fd0db4f177ba1a2540b4756e00900"
},
"offer_revision_digest": {
"const": "sha256:ff16bf19f7a2de0ac19e646bcef953efdbe7a27f8e3cbec652ec82598884ef09"
}
},
"additionalProperties": false
},
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"required": [
"status",
"invocation",
"inspect_url"
],
"properties": {
"status": {
"const": "accepted"
},
"invocation": {
"type": "object",
"required": [
"invocation_id",
"offer_revision_digest",
"state",
"updated_at"
],
"properties": {
"state": {
"enum": [
"admitted",
"running",
"succeeded",
"failed",
"cancellation_requested",
"cancelled"
],
"type": "string"
},
"output": {
"type": "object",
"required": [
"schema",
"source_digest",
"pages",
"feature_counts"
],
"properties": {
"pages": {
"type": "array",
"items": {
"type": "object",
"required": [
"page_index",
"artifact_ref",
"content_digest",
"size_bytes",
"feature_counts"
],
"properties": {
"page_index": {
"type": "integer",
"maximum": 32,
"minimum": 1
},
"size_bytes": {
"type": "integer",
"maximum": 26214400,
"minimum": 1
},
"artifact_ref": {
"type": "string",
"maxLength": 512,
"minLength": 1
},
"content_digest": {
"type": "string",
"pattern": "^sha256:[a-f0-9]{64}$"
},
"feature_counts": {
"type": "object",
"properties": {
"FORMS": {
"type": "integer",
"maximum": 32000,
"minimum": 0
},
"LAYOUT": {
"type": "integer",
"maximum": 32000,
"minimum": 0
},
"TABLES": {
"type": "integer",
"maximum": 32000,
"minimum": 0
},
"SIGNATURES": {
"type": "integer",
"maximum": 32000,
"minimum": 0
}
},
"minProperties": 1,
"additionalProperties": false
}
},
"additionalProperties": false
},
"maxItems": 32,
"minItems": 1
},
"schema": {
"const": "ausca.document_analysis.manifest.v1"
},
"source_digest": {
"type": "string",
"pattern": "^sha256:[a-f0-9]{64}$"
},
"feature_counts": {
"type": "object",
"properties": {
"FORMS": {
"type": "integer",
"maximum": 32000,
"minimum": 0
},
"LAYOUT": {
"type": "integer",
"maximum": 32000,
"minimum": 0
},
"TABLES": {
"type": "integer",
"maximum": 32000,
"minimum": 0
},
"SIGNATURES": {
"type": "integer",
"maximum": 32000,
"minimum": 0
}
},
"minProperties": 1,
"additionalProperties": false
}
},
"additionalProperties": false
},
"updated_at": {
"type": "string",
"format": "date-time"
},
"receipt_ref": {
"type": "object",
"required": [
"type",
"uri"
],
"properties": {
"uri": {
"type": "string",
"maxLength": 512,
"minLength": 1
},
"type": {
"const": "receipt"
},
"public_url": {
"type": "string",
"format": "uri",
"pattern": "^https://[^?#]+/r/[a-f0-9]{64}$",
"maxLength": 2048
}
}
},
"invocation_id": {
"type": "string",
"pattern": "^[A-Za-z0-9][A-Za-z0-9._:-]*$",
"maxLength": 128,
"minLength": 1
},
"output_digest": {
"type": "string",
"pattern": "^sha256:[a-f0-9]{64}$"
},
"offer_revision_digest": {
"const": "sha256:ff16bf19f7a2de0ac19e646bcef953efdbe7a27f8e3cbec652ec82598884ef09"
}
}
},
"inspect_url": {
"type": "string",
"pattern": "^/v1/invocations/[A-Za-z0-9][A-Za-z0-9._:-]*$"
}
}
}
}
}
}
}
}
}Provenance
- Seen in the source catalog
- 2026-09-23 13:35Z
- Last indexed by Roundhouse
- 2026-09-24 08:00Z
- Last enriched (probe, favicon, geo)
- 2026-09-14 16:46Z
- x402 version
- 2
- Max timeout
- 60s
- Liveness probe
- HTTP 402
Hand this page to an agent
Copy the prompt and paste it into Claude, an MCP client or your own agent — it will vet this service and call it over the free read API. No key, no account.
GET api.roundhouseai.io/v0/endpoints
This endpoint's own trailing-30-day call count, as published by the upstream catalog and snapshotted daily. 18 snapshots so far. Verified volume counts only settlements with an on-chain EIP-3009 marker.
Show the promptHide the prompt
Using Roundhouse, look up the x402 service Ausca Analysis and tell me whether it is worth paying: what a call costs, whether the endpoint answered when last probed, and what its payment record actually shows. curl -s 'https://api.roundhouseai.io/v0/endpoints?q=Ausca%20Analysis' curl -s 'https://api.roundhouseai.io/v0/merchants/<the payTo wallet returned above>' Then call it: read the price from the live 402 at https://ausca.com/v1/analyze-document, never from a cached figure, and pay with an x402 client. The /v0 API needs an API key (`authorization: Bearer rh_live_…`) on everything except /v0/unified* and /v0/endpoints. Mint a personal key for $0.01 at GET https://api.roundhouseai.io/v0/test/x402, or use an organization key from https://roundhouseai.io/dashboard/team. If you do not have Roundhouse tools or skills installed, read https://roundhouseai.io/skill.md first — it is the whole procedure.