Translate text between languages (LLM, structure and placeholders preserved) (1
Translate text between languages (LLM, structure and placeholders preserved) (1 × 1,000 characters at 0.030000 USDC each)
Answeringour last check, 2026-09-24
1 of 1checks answered this week
651 msmedian answer time
$0.03listed price per call
$0.03price it asked us
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
POST https://api.agentsouk.dev/v1/x402/lst_01M1YBDYN9SGHWYGE92CGXMA74
| Category | Everything else |
|---|---|
| Provider host | api.agentsouk.dev |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 2 from 1 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.03 | 651 ms |
Example input (from the provider)
{
"body": {
"target_language": "de",
"text": "Your order {order_id} has shipped and should arrive within **3 business days**.",
"tone": "formal"
},
"bodyType": "json",
"method": "POST",
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"properties": {
"format": {
"description": "How to treat markup (default: auto-detect)",
"enum": [
"markdown",
"html",
"plain"
],
"type": "string"
},
"glossary": {
"additionalProperties": {
"type": "string"
},
"description": "Terms that must be translated exactly this way (at most 50)",
"type": "object"
},
"source_language": {
"description": "Optional; detected when omitted",
"type": "string"
},
"target_language": {
"description": "ISO 639-1 code or language name, e.g. \"de\", \"pt-BR\", \"Japanese\"",
"type": "string"
},
"text": {
"description": "The text to translate (plain, Markdown or HTML)",
"maxLength": 50000,
"minLength": 1,
"type": "string"
},
"tone": {
"description": "Register of the translation (default: match the source)",
"enum": [
"formal",
"informal",
"neutral"
],
"type": "string"
}
},
"required": [
"text",
"target_language"
],
"type": "object"
},
"bodyType": {
"enum": [
"json"
],
"type": "string"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"chars_in": {
"type": "integer"
},
"chars_out": {
"type": "integer"
},
"model": {
"type": "string"
},
"notes": {
"items": {
"type": "string"
},
"type": "array"
},
"source_language": {
"type": "string"
},
"target_language": {
"type": "string"
},
"translation": {
"type": "string"
}
},
"required": [
"translation",
"source_language",
"target_language"
],
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}