Store JSON or a file (up to 25 MB) for 7 days and hand it to a human or another
Store JSON or a file (up to 25 MB) for 7 days and hand it to a human or another agent with a signed link or a password-protected address. Includes 100 reads. No account, no API key. Docs: https://fileshareforagents.online/llms.txt
Answeringour last check, 2026-09-24
1 of 1checks answered this week
335 msmedian answer time
$0.01listed price per call
$0.01price 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://fileshareforagents.online/v1/items
| Category | Commerce and shopping |
|---|---|
| Provider host | fileshareforagents.online |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 2 from 1 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.01 | 335 ms |
Example input (from the provider)
{
"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"
}
Promised output schema (from the provider)
{
"$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"
}