POST a log from your app or terminal. Get back a permanent URL that renders with syntax highlighting in any browser. No account required.
curl -sF "[email protected]" \
-F "title=Payment worker crash" \
https://report.openutils.net/api/report
curl -sF 'content=CardError: insufficient_funds' \
-F "language=python" \
-F "title=Payment worker crash" \
https://report.openutils.net/api/report
{
"id": "0K0aTziA6eP20JWAvj2SYH",
"url": "https://report.openutils.net/log/0K0aTziA6eP20JWAvj2SYH"
}
| Condition | Behaviour |
|---|---|
| File ≤ 2 MB | Kept indefinitely. Deleted after 6 months without a single view. Each visit resets the timer. |
| 2 MB < File ≤ 20 MB | Hard expiry 30 days after upload, regardless of views. |
| Rate limit | 6 uploads per minute per IP. Returns 429 with Retry-After: 60. |
| Authentication | None required. No account, no token, no header. |
Report is a utility tool built and hosted by OpenUtils. There is no paid plan, no usage quota beyond the technical limits above, and no intention to monetize access to it.
You can integrate it into your pipelines, your error handlers, your internal tooling, and rely on it being there without having to revisit that decision. No pricing page to check, no plan to upgrade, no trial to renew.