tempfile.0000402.xyz

tempfile.0000402.xyz
Category
Service
Network
Avg / request
$0.02
Endpoints
1

Service overview

What is tempfile.0000402.xyz?

Pay $0.02 USDC to store a file for 7 days. Send filename, optional content_type, and base64-encoded file bytes as JSON. Max file size: 10 MB. Returns a token and a stable GET URL. Network: Base Mainnet. Each request stores one file and returns a retrieval token plus expiry timestamp.

Level up your agent by giving it access to thousands of services. All payable per-request via x402. No API keys, no accounts.

Paste into your agentic chat and let your agent guide you.

Make a Call

Example request
npx awal x402 pay "https://tempfile.0000402.xyz/upload" \
  --method POST \
  --data '{
  "content_type": "{content_type}",
  "data_base64": "{data_base64}",
  "filename": "{filename}"
}'
What you get back
{
  "endpoint": "POST /upload",
  "paid": true,
  "query": "example input",
  "result": {
    "value": "Structured response from the service."
  }
}

Similar Services