{
  "x402Version": 2,
  "id": 13814,
  "slug": "13814",
  "resource": "https://api.willowbirdie.com/v1/apk/triage",
  "description": "Static APK triage report",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:84532",
      "payTo": "0x7C4a4Caf830A90A9e269C54eC176d3d67f3BceB7",
      "asset": "0x036CbD53842c5426634e7929541eC2318f3dCF7e",
      "amount": "10000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "body": {
            "file": "sample.apk"
          },
          "bodyType": "form-data",
          "method": "POST",
          "type": "http"
        },
        "output": {
          "example": {
            "artifact_bytes": 123456,
            "artifact_sha256": "0000000000000000000000000000000000000000000000000000000000000000",
            "job_id": "00000000-0000-4000-8000-000000000000",
            "result_token": "opaque-result-token",
            "result_url": "https://api.example.test/v1/apk/triage/00000000-0000-4000-8000-000000000000/result",
            "status": "queued"
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "body": {
                "additionalProperties": false,
                "properties": {
                  "file": {
                    "description": "One Android APK file; maximum size is 125 MiB.",
                    "format": "binary",
                    "type": "string"
                  }
                },
                "required": [
                  "file"
                ]
              },
              "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": {
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "api.willowbirdie.com",
  "lastUpdated": "2026-08-31T05:02:24.532Z",
  "quality": {
    "calls30d": 1,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-08-31T05:02:24.122Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "api.willowbirdie.com",
    "manifest_name": "api.willowbirdie.com",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}