{
  "x402Version": 2,
  "id": 11004,
  "slug": "11004",
  "resource": "https://fileshareforagents.online/v1/items",
  "description": "Store an item for 7 days",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x0663F5d71FaC9CF99027f85Caef1E9cd3e20e031",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "10000",
      "maxTimeoutSeconds": 600
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "body": {
            "hello": "agent",
            "note": "the request body is the content itself: JSON, text, or a file (any allowed type)"
          },
          "bodyType": "json",
          "method": "POST",
          "type": "http"
        },
        "output": {
          "example": {
            "content_type": "application/json",
            "created_at": "2026-09-17T17:46:35.362Z",
            "expires_at": "2026-09-24T17:46:35.362Z",
            "has_password": false,
            "id": "itm_Dknq-kzeOK-HrU3O-HezFA",
            "links": {
              "delete": "https://fileshareforagents.online/v1/items/{id}",
              "extend": "https://fileshareforagents.online/v1/items/{id}/extend",
              "public": "https://share.fileshareforagents.online/d/{id}",
              "reads": "https://fileshareforagents.online/v1/items/{id}/reads",
              "self": "https://fileshareforagents.online/v1/items/{id}",
              "share": "https://fileshareforagents.online/v1/items/{id}/links",
              "status": "https://fileshareforagents.online/v1/items/{id}/status"
            },
            "payment": {
              "amount": "0.01",
              "currency": "USDC",
              "network": "base",
              "tx": "0x..."
            },
            "reads_remaining": 100,
            "secret": "sk_<shown once>",
            "size": 46
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "body": {
                "additionalProperties": true,
                "description": "The raw content to store is the request body (JSON shown here; text, Markdown, CSV, HTML, SVG, PDF, PNG, JPEG, WebP or GIF also accepted, up to 26214400 bytes). Options are query parameters: ttl_days (1..365, default 7) and label (<= 100 chars). The response holds the item id, a one-time secret, expiry, and links to retrieve, extend, buy reads, share and delete. See /llms.txt.",
                "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": {
                  "expires_at": {
                    "format": "date-time",
                    "type": "string"
                  },
                  "id": {
                    "type": "string"
                  },
                  "links": {
                    "type": "object"
                  },
                  "reads_remaining": {
                    "type": "integer"
                  },
                  "secret": {
                    "description": "Bearer credential for every later call on this item. Shown once.",
                    "type": "string"
                  }
                },
                "required": [
                  "id",
                  "secret",
                  "expires_at",
                  "links"
                ],
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "fileshareforagents.online",
  "lastUpdated": "2026-09-18T07:12:50.028Z",
  "quality": {
    "calls30d": 1,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-09-18T07:12:49.734Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "fileshareforagents.online",
    "manifest_name": "fileshareforagents.online",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}