api.mnemospark.ai

api.mnemospark.ai
Category
Service
Network
Avg / request
$1.30
Endpoints
1

Service overview

What is api.mnemospark.ai?

mnemospark-lite paid file upload API for wallet-scoped storage. Returns a presigned S3 upload URL, completion token, and bearer for listing and downloading uploaded files. Files expire automatically after 30 days.

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://api.mnemospark.ai/api/mnemospark-lite/upload" \
  --method POST \
  --data '{
  "contentType": "{contentType}",
  "filename": "{filename}",
  "size_bytes": "{size_bytes}",
  "tier": "{tier}"
}'
What you get back
{
  "endpoint": "POST /api/mnemospark-lite/upload",
  "paid": true,
  "query": "example input",
  "result": {
    "value": "Structured response from the service."
  }
}

Similar Services