Generate a user-facing changelog from git commits. Groups by type, writes human-...
https://api.strale.io/x402/v2/changelog-generateOverview
Generate a user-facing changelog from git commits. Groups by type, writes human-readable descriptions. Supports Keep a Changelog, semantic, and bullet formats.
Protocol
x402
Price
$0.03
Payment Asset
USD Coin
Payment Network
eip155:8453
Category
uncategorized
Provider
strale
Source
bazaar
Indexed
2026-09-06 08:13:59
Health
Status
unknown
Latency (p50)
—
Uptime (30d)
—
Reliability Score
—
Last Checked
Never
Last Healthy
Never
Consecutive Failures
0
x402 Payment Validation
Payment Requirements
—
Asset Verified
—
Facilitator
—
Input Schema
{
"discoverable": true,
"method": "GET",
"queryParams": {
"commits": {
"description": "Array of {message, author, date}",
"type": "array"
},
"format": {
"type": "string"
},
"raw_log": {
"type": "string"
}
},
"type": "http"
}
Output Schema
{
"breaking_changes": {
"type": "array"
},
"changelog_markdown": {
"type": "string"
},
"sections": {
"type": "array"
},
"version_suggestion": {
"type": "string"
}
}