Purchase: Translation
https://api.the402.ai/v1/services/svc_4be4787c772647eb/purchaseOverview
Purchase: Translation
Protocol
x402
Price
$0.0050
Payment Asset
USD Coin
Payment Network
Base
Category
uncategorized
Provider
the402
Source
bazaar
Indexed
2026-04-06 02:26:54
Health
Status
degraded
Latency (p50)
231ms
Uptime (30d)
100.0%
Reliability Score
80/100
Last Checked
2026-07-08 02:14:08
Last Healthy
2026-05-16 08:20:46
Consecutive Failures
20
x402 Payment Validation
Payment Requirements
Invalid
Asset Verified
—
Facilitator
—
Input Schema
{
"body": {
"properties": {
"source_lang": {
"description": "Source language code (auto-detected if omitted)",
"type": "string"
},
"target_lang": {
"description": "Target language code (e.g. 'EN', 'DE', 'FR', 'ES', 'JA', 'ZH')",
"type": "string"
},
"text": {
"description": "Text to translate (max 50,000 chars)",
"type": "string"
}
},
"required": [
"text",
"target_lang"
],
"type": "object"
},
"bodyType": "json",
"discoverable": true,
"method": "POST",
"type": "http"
}
Output Schema
{
"properties": {
"job_id": {
"type": "string"
},
"status": {
"type": "string"
},
"thread_id": {
"type": "string"
}
},
"type": "object"
}