ToolAssay

fal/run via Cracked, the tool router for agents

fal/run via Cracked, the tool router for agents. One POST /v1/run executes any of 78,000+ tools: {"capability","input"} for a smart run or {"provider","endpoint","input"} for a direct run. Discover free at POST /v1/discover, read schemas at POST /v1/inspect. Quote = provider price + platform fee, never below $0.01; failed runs are never settled.

Answers HTTP 500 without x402 payment termsour last check, 2026-09-24
0 of 1checks answered this week
n/amedian answer time
$0.151listed price per call
n/aprice 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://cracked.ai/v1/run

CategoryMarket data
Provider hostcracked.ai
Networkseip155:8453
Payment schemesexact
Self-reported calls, 30 days5 from 3 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 no x402 terms 500 671 ms

Example input (from the provider)

{
  "body": {
    "endpoint": "/run",
    "input": {},
    "provider": "fal"
  },
  "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": {
          "description": "Direct run of fal/run",
          "properties": {
            "endpoint": {
              "const": "/run",
              "type": "string"
            },
            "input": {
              "description": "Tool input; schema: POST /v1/inspect {\"provider\":\"fal\",\"endpoint\":\"/run\"}",
              "type": "object"
            },
            "provider": {
              "const": "fal",
              "type": "string"
            }
          },
          "required": [
            "provider",
            "endpoint",
            "input"
          ],
          "type": "object"
        },
        "bodyType": {
          "enum": [
            "json",
            "form-data",
            "text"
          ],
          "type": "string"
        },
        "method": {
          "enum": [
            "POST",
            "PUT",
            "PATCH"
          ],
          "type": "string"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method",
        "bodyType",
        "body"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "properties": {
            "billing": {
              "properties": {
                "totalUsd": {
                  "type": "number"
                }
              },
              "type": "object"
            },
            "capability": {
              "type": "string"
            },
            "endpoint": {
              "type": "string"
            },
            "output": {},
            "payment": {
              "properties": {
                "network": {
                  "type": "string"
                },
                "settled": {
                  "type": "boolean"
                },
                "transaction": {
                  "type": "string"
                }
              },
              "type": "object"
            },
            "provider": {
              "type": "string"
            },
            "runId": {
              "type": "string"
            },
            "status": {
              "enum": [
                "COMPLETED",
                "FAILED",
                "BLOCKED",
                "TIMED_OUT",
                "STOPPED",
                "RUNNING"
              ],
              "type": "string"
            }
          },
          "required": [
            "runId",
            "status"
          ],
          "type": "object"
        },
        "type": {
          "type": "string"
        }
      },
      "required": [
        "type"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON