1$0.05 USDC · separate authorization
Code change review
Compare syntax, complexity, function, and maintainability signals without executing either source snapshot.
POSThttps://apiacre.com/v1/developer/code-change-review
Input template
{
"before": "$beforeSource",
"after": "$afterSource",
"language": "$language",
"filename": "$filename"
}
Use this resultInspect result.data.reviewDecision, findings, and functionChanges; continue only when exact line-level evidence is useful.
2$0.01 USDC · separate authorization
Document diff
Calculate exact line additions, removals, and a bounded unified diff.
POSThttps://apiacre.com/v1/document/diff
Input template
{
"before": "$beforeSource",
"after": "$afterSource",
"context_lines": 3
}
Use this resultVerify result.data.changed and the added/removed counts, then inspect result.data.diff as static caller-supplied evidence; it does not prove runtime correctness or safety.