{
  "x402Version": 2,
  "id": 8439,
  "slug": "8439",
  "resource": "https://api.runx.ai/v1/skills/ausca/document-analysis/run",
  "description": "Extract structured document data through Ausca's measured asynchronous document analysis service.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x26572ff23c6c52bfb1a69cb0c9114a8be443b422",
      "asset": "0x833589fcd6edb6e08f4c7c32d4f71b54bda02913",
      "amount": "50000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "body": {
            "idempotency_key": "marketplace-discovery-example",
            "inputs": {},
            "runner": "invoke"
          },
          "bodyType": "json",
          "method": "POST",
          "type": "http"
        },
        "output": {
          "example": {
            "inspect_url": "https://api.runx.ai/v1/runs/run_marketplace_example",
            "run_id": "run_marketplace_example",
            "status": "accepted"
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "body": {
                "additionalProperties": false,
                "properties": {
                  "idempotency_key": {
                    "minLength": 1,
                    "type": "string"
                  },
                  "inputs": {
                    "additionalProperties": true,
                    "type": "object"
                  },
                  "runner": {
                    "const": "invoke",
                    "type": "string"
                  }
                },
                "required": [
                  "runner",
                  "inputs"
                ],
                "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": {
                "additionalProperties": false,
                "properties": {
                  "app_url": {
                    "minLength": 1,
                    "type": "string"
                  },
                  "inspect_url": {
                    "minLength": 1,
                    "type": "string"
                  },
                  "links": {
                    "additionalProperties": false,
                    "properties": {
                      "api": {
                        "minLength": 1,
                        "type": "string"
                      },
                      "app": {
                        "minLength": 1,
                        "type": "string"
                      },
                      "requests": {
                        "minLength": 1,
                        "type": "string"
                      }
                    },
                    "type": "object"
                  },
                  "requests_url": {
                    "minLength": 1,
                    "type": "string"
                  },
                  "run_id": {
                    "minLength": 1,
                    "type": "string"
                  },
                  "status": {
                    "const": "accepted"
                  }
                },
                "required": [
                  "status",
                  "run_id"
                ],
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    },
    "runx.invocation": {
      "info": {
        "offer_revision": {
          "input_schema_digest": "sha256:7093216a29925031972d61a7ab5f6013936aac9f81c3c54f51a00a3fef66759b",
          "offer_id": "ausca/document-analysis#invoke",
          "output_schema_digest": "sha256:f42f96f66e7ea9a7f2ec579d0edf92e5bfafbfa070005de7b56917866e2b8a55",
          "revision": "0.1.1",
          "revision_digest": "sha256:01eafd8543065018b8717b3a8956623ec46790284ef28ebd6257ae0459adbecb"
        },
        "package_digest": "sha256:65494008dba978a8c0077baec84e9900f262ac66964839d641755d47d970d80a",
        "purpose": "discovery"
      },
      "schema": {
        "$id": "https://schemas.runx.ai/runx/x402/invocation-extension/v1.json",
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "anyOf": [
          {
            "additionalProperties": false,
            "properties": {
              "offer_revision": {
                "$id": "https://schemas.runx.ai/runx/payment/offer-revision-ref/v1.json",
                "$schema": "https://json-schema.org/draft/2020-12/schema",
                "additionalProperties": false,
                "properties": {
                  "input_schema_digest": {
                    "pattern": "^sha256:[0-9a-f]{64}$",
                    "type": "string"
                  },
                  "offer_id": {
                    "minLength": 1,
                    "type": "string"
                  },
                  "output_schema_digest": {
                    "pattern": "^sha256:[0-9a-f]{64}$",
                    "type": "string"
                  },
                  "revision": {
                    "minLength": 1,
                    "type": "string"
                  },
                  "revision_digest": {
                    "pattern": "^sha256:[0-9a-f]{64}$",
                    "type": "string"
                  },
                  "schema": {
                    "const": "runx.payment.offer_revision_ref.v1",
                    "type": "string"
                  }
                },
                "required": [
                  "offer_id",
                  "revision",
                  "revision_digest",
                  "input_schema_digest",
                  "output_schema_digest"
                ],
                "type": "object",
                "x-runx-schema": "runx.payment.offer_revision_ref.v1"
              },
              "package_digest": {
                "pattern": "^sha256:[0-9a-f]{64}$",
                "type": "string"
              },
              "purpose": {
                "const": "discovery",
                "type": "string"
              }
            },
            "required": [
              "purpose",
              "offer_revision",
              "package_digest"
            ],
            "type": "object"
          },
          {
            "additionalProperties": false,
            "properties": {
              "canonicalizer_version": {
                "anyOf": [
                  {
                    "const": "runx.receipt.c14n.v1",
                    "type": "string"
                  }
                ]
              },
              "idempotency": {
                "additionalProperties": false,
                "properties": {
                  "binding_digest": {
                    "pattern": "^sha256:[0-9a-f]{64}$",
                    "type": "string"
                  },
                  "key": {
                    "minLength": 1,
                    "type": "string"
                  }
                },
                "required": [
                  "key",
                  "binding_digest"
                ],
                "type": "object"
              },
              "input_digest": {
                "pattern": "^sha256:[0-9a-f]{64}$",
                "type": "string"
              },
              "invocation_id": {
                "minLength": 1,
                "type": "string"
              },
              "offer_revision": {
                "$id": "https://schemas.runx.ai/runx/payment/offer-revision-ref/v1.json",
                "$schema": "https://json-schema.org/draft/2020-12/schema",
                "additionalProperties": false,
                "properties": {
                  "input_schema_digest": {
                    "pattern": "^sha256:[0-9a-f]{64}$",
                    "type": "string"
                  },
                  "offer_id": {
                    "minLength": 1,
                    "type": "string"
                  },
                  "output_schema_digest": {
                    "pattern": "^sha256:[0-9a-f]{64}$",
                    "type": "string"
                  },
                  "revision": {
                    "minLength": 1,
                    "type": "string"
                  },
                  "revision_digest": {
                    "pattern": "^sha256:[0-9a-f]{64}$",
                    "type": "string"
                  },
                  "schema": {
                    "const": "runx.payment.offer_revision_ref.v1",
                    "type": "string"
                  }
                },
                "required": [
                  "offer_id",
                  "revision",
                  "revision_digest",
                  "input_schema_digest",
                  "output_schema_digest"
                ],
                "type": "object",
                "x-runx-schema": "runx.payment.offer_revision_ref.v1"
              },
              "package_digest": {
                "pattern": "^sha256:[0-9a-f]{64}$",
                "type": "string"
              },
              "parent": {
                "$id": "https://schemas.runx.ai/runx/payment/parent-invocation-binding/v1.json",
                "$schema": "https://json-schema.org/draft/2020-12/schema",
                "additionalProperties": false,
                "properties": {
                  "execution_digest": {
                    "pattern": "^sha256:[0-9a-f]{64}$",
                    "type": "string"
                  },
                  "invocation_id": {
                    "minLength": 1,
                    "type": "string"
                  },
                  "schema": {
                    "const": "runx.payment.parent_invocation_binding.v1",
                    "type": "string"
                  }
                },
                "required": [
                  "invocation_id",
                  "execution_digest"
                ],
                "type": "object",
                "x-runx-schema": "runx.payment.parent_invocation_binding.v1"
              },
              "purpose": {
                "const": "invocation",
                "type": "string"
              },
              "quote_ref": {
                "$id": "https://schemas.runx.ai/runx/reference/v1.json",
                "$schema": "https://json-schema.org/draft/2020-12/schema",
                "additionalProperties": false,
                "properties": {
                  "label": {
                    "minLength": 1,
                    "type": "string"
                  },
                  "locator": {
                    "minLength": 1,
                    "type": "string"
                  },
                  "observed_at": {
                    "minLength": 1,
                    "pattern": "^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}(?:\\.\\d+)?Z$",
                    "type": "string"
                  },
                  "proof_kind": {
                    "anyOf": [
                      {
                        "const": "effect_evidence",
                        "type": "string"
                      },
                      {
                        "const": "effect_finality",
                        "type": "string"
                      },
                      {
                        "const": "credential_resolution",
                        "type": "string"
                      }
                    ]
                  },
                  "provider": {
                    "minLength": 1,
                    "type": "string"
                  },
                  "schema": {
                    "const": "runx.reference.v1",
                    "type": "string"
                  },
                  "type": {
                    "anyOf": [
                      {
                        "const": "github_issue",
                        "type": "string"
                      },
                      {
                        "const": "github_pull_request",
                        "type": "string"
                      },
                      {
                        "const": "github_repo",
                        "type": "string"
                      },
                      {
                        "const": "slack_thread",
                        "type": "string"
                      },
                      {
                        "const": "sentry_event",
                        "type": "string"
                      },
                      {
                        "const": "provider_thread",
                        "type": "string"
                      },
                      {
                        "const": "provider_event",
                        "type": "string"
                      },
                      {
                        "const": "provider_comment",
                        "type": "string"
                      },
                      {
                        "const": "tracking_item",
                        "type": "string"
                      },
                      {
                        "const": "change_request",
                        "type": "string"
                      },
                      {
                        "const": "repository",
                        "type": "string"
                      },
                      {
                        "const": "support_ticket",
                        "type": "string"
                      },
                      {
                        "const": "signal",
                        "type": "string"
                      },
                      {
                        "const": "act",
                        "type": "string"
                      },
                      {
                        "const": "receipt",
                        "type": "string"
                      },
                      {
                        "const": "graph_receipt",
                        "type": "string"
                      },
                      {
                        "const": "artifact",
                        "type": "string"
                      },
                      {
                        "const": "verification",
                        "type": "string"
                      },
                      {
                        "const": "harness",
                        "type": "string"
                      },
                      {
                        "const": "host",
                        "type": "string"
                      },
                      {
                        "const": "deployment",
                        "type": "string"
                      },
                      {
                        "const": "surface",
                        "type": "string"
                      },
                      {
                        "const": "target",
                        "type": "string"
                      },
                      {
                        "const": "opportunity",
                        "type": "string"
                      },
                      {
                        "const": "thesis_assessment",
                        "type": "string"
                      },
                      {
                        "const": "selection",
                        "type": "string"
                      },
                      {
                        "const": "skill_binding",
                        "type": "string"
                      },
                      {
                        "const": "target_transition_entry",
                        "type": "string"
                      },
                      {
                        "const": "selection_cycle",
                        "type": "string"
                      },
                      {
                        "const": "decision",
                        "type": "string"
                      },
                      {
                        "const": "reflection_entry",
                        "type": "string"
                      },
                      {
                        "const": "feed_entry",
                        "type": "string"
                      },
                      {
                        "const": "principal",
                        "type": "string"
                      },
                      {
                        "const": "authority_proof",
                        "type": "string"
                      },
                      {
                        "const": "scope_admission",
                        "type": "string"
                      },
                      {
                        "const": "grant",
                        "type": "string"
                      },
                      {
                        "const": "mandate",
                        "type": "string"
                      },
                      {
                        "const": "credential",
                        "type": "string"
                      },
                      {
                        "const": "webhook_delivery",
                        "type": "string"
                      },
                      {
                        "const": "redaction_policy",
                        "type": "string"
                      },
                      {
                        "const": "external_url",
                        "type": "string"
                      }
                    ]
                  },
                  "uri": {
                    "minLength": 1,
                    "type": "string"
                  }
                },
                "required": [
                  "type",
                  "uri"
                ],
                "type": "object",
                "x-runx-schema": "runx.reference.v1"
              }
            },
            "required": [
              "purpose",
              "invocation_id",
              "quote_ref",
              "offer_revision",
              "package_digest",
              "input_digest",
              "canonicalizer_version",
              "idempotency"
            ],
            "type": "object"
          }
        ],
        "x-runx-schema": "runx.x402.invocation_extension.v1"
      }
    }
  },
  "tags": [
    "bazaar",
    "runx.invocation"
  ],
  "sourceHost": "api.runx.ai",
  "lastUpdated": "2026-09-07T05:24:50.079Z",
  "quality": {
    "calls30d": 3,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-09-07T05:24:49.285Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "api.runx.ai",
    "manifest_name": "api.runx.ai",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}