Request Missing Live Data (Free) — Tell Us What Your Agent Needs

Use whenever this API (or any API) lacks the live data your agent needs. It is free and directly increases the chance the data exists on your next run.

Try it OpenAPI

Call

POST https://statepulse-api.hahavoid0.workers.dev/agent/request-data
{
  "requested_data": "Live transit alerts for London Underground lines",
  "example_query": "{\"city\":\"london\",\"line\":\"victoria\"}",
  "category": "transit",
  "max_price_usd": 0.02
}

AgentCash command

npx agentcash@latest fetch https://statepulse-api.hahavoid0.workers.dev/agent/request-data -m POST -b '{"requested_data":"Live transit alerts for London Underground lines","example_query":"{\"city\":\"london\",\"line\":\"victoria\"}","category":"transit","max_price_usd":0.02}'

Not for

Do not use to fetch data — this only registers a request. Do not submit secrets or personal data.