Strale Log Parser is a paid API for AI agents from api.strale.io, paid per call via x402, $0.054001/call, status unknown (last checked 2026-09-13, last successful call 2026-07-17).
Parses log file content with auto-detected format (JSON, syslog, ISO, logfmt, Laravel), extracting timestamps, levels, messages, and returning an error/warning summary.
Parse log files — auto-detects format (JSON, syslog, ISO, logfmt, Laravel). Extracts timestamps, levels, messages. Returns error/warning summary. Algorithmic.
Returns structured data with extracted timestamps, log levels, and messages from each log line, plus a summary of error and warning counts. Also indicates the auto-detected log format (JSON, syslog, ISO, logfmt, or Laravel).
GEThttps://api.strale.io/x402/log-parseUse this endpoint when you need to quickly parse and triage log output from an application without knowing the log format ahead of time. It is ideal for automated debugging pipelines, CI/CD log analysis, or any scenario where logs from multiple sources with different formats need to be normalized. Prefer this over manual regex parsing when dealing with common formats like syslog, Laravel, logfmt, or JSON logs.
{
"logs": "2024-01-15T10:23:45Z ERROR [app] Database connection failed\n2024-01-15T10:23:46Z WARN [app] Retrying connection\n2024-01-15T10:23:47Z INFO [app] Connection restored"
}| Field | Type | Description |
|---|---|---|
| inputrequired | object |
{
"_meta": {
"payment": {
"method": "x402",
"price_usd": 0.054000000000000006,
"settlement_id": "0xefb05d233c539401062bf59dfc227366d299af6d4de7ce0e7f71ae510ba220eb"
},
"capability": "log-parse",
"latency_ms": 1,
"provenance": {
"source": "algorithmic",
"fetched_at": "2026-06-13T04:25:34.989Z"
}
},
"errors": [],
"warnings": [],
"time_range": {
"last": null,
"first": null
},
"error_count": 0,
"total_lines": 3,
"level_counts": {},
"parsed_sample": [
{
"raw": "2024-01-15T10:23:45Z ERROR [app] Database connection failed",
"format": "unknown",
"message": "2024-01-15T10:23:45Z ERROR [app] Database connection failed",
"line_number": 1
},
{
"raw": "2024-01-15T10:23:46Z WARN [app] Retrying connection",
"format": "unknown",
"message": "2024-01-15T10:23:46Z WARN [app] Retrying connection",
"line_number": 2
},
{
"raw": "2024-01-15T10:23:47Z INFO [app] Connection restored",
"format": "unknown",
"message": "2024-01-15T10:23:47Z INFO [app] Connection restored",
"line_number": 3
}
],
"warning_count": 0,
"detected_format": "unknown"
}No reviews yet. Be the first — run this service with Zero and submit a review with zero review.
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"