Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Check if the API is operational
curl https://worker.rushed.com.br/health
const res = await fetch('https://worker.rushed.com.br/health'); const { status } = await res.json(); console.log(status); // "ok"
{ "status": "ok", "timestamp": "2026-03-28T18:30:00Z" }