Rundunrundun
API & automation

Dispatch checklists from your software.

One POST request sends a checklist and returns a link. Webhook events drive your workflow. No mobile build, no UI to maintain.

One request. One link.

curl -X POST https://api.rundun.app/v1/runs \
  -H "Authorization: Bearer rdk_live_..." \
  -H "Content-Type: application/json" \
  -d '{
    "template_id": "t-550e8400-...",
    "webhook": {
      "url": "https://your-app.com/hooks/rundun",
      "secret": "whsec_abc123",
      "events": ["run.completed"]
    },
    "expires_in_hours": 24
  }'

# Response:
{
  "run_id": "r-550e8400-...",
  "link":   "https://rundun.app/r/r-550e8400-...",
  "expires_at": "2026-05-05T08:31:00Z"
}

Built for developers

  • Org-scoped API keys — one key per integration, full access to your org
  • POST /v1/runs → run ID + link in response. No setup beyond a single request.
  • Subscribe to step.completed webhooks with inline base64 photo thumbnails
  • run.completed payload includes full answers and R2 photo URLs
  • RFC 9421 signed delivery — verify authenticity in one function call
  • Retry schedule: 30s → 2m → 10m → 1h → 6h — five attempts before marking failed
  • Idempotent event_id on every delivery — safe to process duplicates

Start sending checklists today

No app install required for your executors. Free forever to complete. You pay only when you send.