Convert code between programming languages. Uses idiomatic patterns for the targ...
https://api.strale.io/x402/v2/code-convertOverview
Convert code between programming languages. Uses idiomatic patterns for the target language. Supports all major languages.
Protocol
x402
Price
$0.05
Payment Asset
USD Coin
Payment Network
eip155:8453
Category
uncategorized
Provider
strale
Source
bazaar
Indexed
2026-08-27 16:12:44
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
{
"bodyFields": {
"code": {
"required": true,
"type": "string"
},
"from_language": {
"type": "string"
},
"to_language": {
"required": true,
"type": "string"
}
},
"bodyType": "json",
"discoverable": true,
"method": "POST",
"type": "http"
}
Output Schema
{
"confidence": {
"type": "string"
},
"converted_code": {
"type": "string"
},
"dependencies_needed": {
"type": "array"
},
"source_language": {
"type": "string"
},
"target_language": {
"type": "string"
}
}