ToolAssay

Buy a site upload slot

Buy a site upload slot. Upload a zip file, then activate to extract and serve as a static site.

Not tested: has real-world effectsour last check, 2026-09-24
0 of 0checks answered this week
n/amedian answer time
$0.005listed 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://stableupload.dev/api/site

CategorySearch and research
Provider hoststableupload.dev
Networkseip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp
Payment schemesexact
Self-reported calls, 30 days66 from 19 payers (the provider's figure, not ours)

Our checks, last 30 days

We never call tools that send, buy, move money or file anything, not even without paying.

Example input (from the provider)

{
  "body": {
    "filename": "site.zip",
    "tier": "short-10mb"
  },
  "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": {
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "additionalProperties": false,
          "properties": {
            "filename": {
              "description": "Name of the zip file to upload",
              "maxLength": 512,
              "minLength": 1,
              "type": "string"
            },
            "policyTtlSeconds": {
              "description": "Optional upload URL/form expiration in seconds, 60-86400. Use longer TTLs only when reserving an output slot for a downstream service.",
              "maximum": 86400,
              "minimum": 60,
              "type": "integer"
            },
            "tier": {
              "description": "Site tier. Default 6-month tiers: 10mb ($0.02), 100mb ($0.20), 1gb ($2.00). Short-term 7-day workflow site tiers: short-10mb ($0.005), short-100mb ($0.02), short-1gb ($0.10). short-5gb is not supported for sites.",
              "enum": [
                "10mb",
                "100mb",
                "1gb",
                "short-10mb",
                "short-100mb",
                "short-1gb"
              ],
              "type": "string"
            }
          },
          "required": [
            "filename",
            "tier"
          ],
          "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": {
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "additionalProperties": false,
          "properties": {
            "curlExample": {
              "type": "string"
            },
            "expiresAt": {
              "type": "string"
            },
            "maxSize": {
              "type": "number"
            },
            "postFields": {
              "additionalProperties": {
                "type": "string"
              },
              "propertyNames": {
                "type": "string"
              },
              "type": "object"
            },
            "postUrl": {
              "type": "string"
            },
            "txHash": {
              "type": "string"
            },
            "uploadId": {
              "type": "string"
            },
            "uploadMethod": {
              "enum": [
                "put",
                "post"
              ],
              "type": "string"
            },
            "uploadUrl": {
              "type": "string"
            },
            "uploadUrlExpiresAt": {
              "type": "string"
            }
          },
          "required": [
            "uploadId",
            "uploadUrl",
            "uploadMethod",
            "uploadUrlExpiresAt",
            "expiresAt",
            "maxSize",
            "curlExample"
          ],
          "type": "object"
        },
        "type": {
          "type": "string"
        }
      },
      "required": [
        "type"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON