ToolAssay

Extract normalized forms, tables, signatures, or layout from a document

Extract normalized forms, tables, signatures, or layout from a document.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
280 msmedian answer time
$0.3listed price per call
$0.3price it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

POST https://ausca.com/v1/analyze-document

CategorySearch and research
Provider hostausca.com
Networkseip155:8453
Payment schemesexact
Self-reported calls, 30 days32 from 15 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.3 280 ms

Example input (from the provider)

{
  "body": {
    "idempotency_key": "ausca-x402-discovery-example",
    "input": {
      "artifact": {
        "artifact_ref": "runx:artifact:sha256:4444444444444444444444444444444444444444444444444444444444444444",
        "content_digest": "sha256:5555555555555555555555555555555555555555555555555555555555555555",
        "media_type": "application/pdf"
      },
      "feature_types": [
        "FORMS",
        "TABLES"
      ]
    },
    "input_schema_digest": "sha256:7093216a29925031972d61a7ab5f6013936aac9f81c3c54f51a00a3fef66759b",
    "offer_id": "document.analysis",
    "offer_revision": "analysis-bytes-r8",
    "offer_revision_digest": "sha256:2075d04fffaa0d718d26cdae4e164f12c9049f67aa215ae73fa17d61efb4436a",
    "output_schema_digest": "sha256:730cf6fb1e6f26fd5ebe335fab86da10099fd0db4f177ba1a2540b4756e00900"
  },
  "bodyType": "json",
  "method": "POST",
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "additionalProperties": false,
      "properties": {
        "body": {
          "additionalProperties": false,
          "properties": {
            "idempotency_key": {
              "maxLength": 128,
              "minLength": 16,
              "type": "string"
            },
            "input": {
              "additionalProperties": false,
              "properties": {
                "artifact": {
                  "allOf": [
                    {
                      "additionalProperties": false,
                      "properties": {
                        "artifact_ref": {
                          "maxLength": 512,
                          "minLength": 1,
                          "type": "string"
                        },
                        "content_digest": {
                          "pattern": "^sha256:[a-f0-9]{64}$",
                          "type": "string"
                        },
                        "media_type": {
                          "maxLength": 200,
                          "minLength": 1,
                          "type": "string"
                        }
                      },
                      "required": [
                        "artifact_ref",
                        "content_digest",
                        "media_type"
                      ],
                      "type": "object"
                    },
                    {
                      "properties": {
                        "media_type": {
                          "enum": [
                            "application/pdf",
                            "image/jpeg",
                            "image/png",
                            "image/tiff"
                          ]
                        }
                      }
                    }
                  ]
                },
                "feature_types": {
                  "items": {
                    "enum": [
                      "FORMS",
                      "TABLES",
                      "SIGNATURES",
                      "LAYOUT"
                    ],
                    "type": "string"
                  },
                  "maxItems": 4,
                  "minItems": 1,
                  "type": "array",
                  "uniqueItems": true
                }
              },
              "required": [
                "artifact",
                "feature_types"
              ],
              "type": "object"
            },
            "input_schema_digest": {
              "const": "sha256:7093216a29925031972d61a7ab5f6013936aac9f81c3c54f51a00a3fef66759b"
            },
            "offer_id": {
              "const": "document.analysis"
            },
            "offer_revision": {
              "const": "analysis-bytes-r8"
            },
            "offer_revision_digest": {
              "const": "sha256:2075d04fffaa0d718d26cdae4e164f12c9049f67aa215ae73fa17d61efb4436a"
            },
            "output_schema_digest": {
              "const": "sha256:730cf6fb1e6f26fd5ebe335fab86da10099fd0db4f177ba1a2540b4756e00900"
            }
          },
          "required": [
            "offer_id",
            "offer_revision",
            "offer_revision_digest",
            "input_schema_digest",
            "output_schema_digest",
            "input",
            "idempotency_key"
          ],
          "type": "object"
        },
        "bodyType": {
          "enum": [
            "json",
            "form-data",
            "text"
          ],
          "type": "string"
        },
        "method": {
          "enum": [
            "POST"
          ],
          "type": "string"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method",
        "bodyType",
        "body"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "properties": {
            "inspect_url": {
              "pattern": "^/v1/invocations/[A-Za-z0-9][A-Za-z0-9._:-]*$",
              "type": "string"
            },
            "invocation": {
              "properties": {
                "invocation_id": {
                  "maxLength": 128,
                  "minLength": 1,
                  "pattern": "^[A-Za-z0-9][A-Za-z0-9._:-]*$",
                  "type": "string"
                },
                "offer_revision_digest": {
                  "const": "sha256:2075d04fffaa0d718d26cdae4e164f12c9049f67aa215ae73fa17d61efb4436a"
                },
                "output": {
                  "additionalProperties": false,
                  "properties": {
                    "feature_counts": {
                      "additionalProperties": false,
                      "minProperties": 1,
                      "properties": {
                        "FORMS": {
                          "maximum": 32000,
                          "minimum": 0,
                          "type": "integer"
                        },
                        "LAYOUT": {
                          "maximum": 32000,
                          "minimum": 0,
                          "type": "integer"
                        },
                        "SIGNATURES": {
                          "maximum": 32000,
                          "minimum": 0,
                          "type": "integer"
                        },
                        "TABLES": {
                          "maximum": 32000,
                          "minimum": 0,
                          "type": "integer"
                        }
                      },
                      "type": "object"
                    },
                    "pages": {
                      "items": {
                        "additionalProperties": false,
                        "properties": {
                          "artifact_ref": {
          

This page as JSON