{"uid":"cap_KosfUlsSB7YJzN8LxZ-z8","slug":"interzoid-translate-to-any-language-api-8c41a622","name":"Interzoid Translate To Any Language API","description":"Detect the language of input text and translate it to any specified target language. AI-powered translation supporting numerous world languages.","url":"https://api.interzoid.com/translatetoany","method":"GET","headers":{},"bodySchema":{"type":"object","$schema":"https://json-schema.org/draft/2020-12/schema","required":["input"],"properties":{"input":{"type":"object","required":["type","method"],"properties":{"type":{"type":"string","const":"http"},"method":{"enum":["GET"],"type":"string"},"queryParams":{"type":"object","required":["text","to"],"properties":{"to":{"type":"string","description":"Target language name (e.g. \"Japanese\", \"French\", \"Spanish\")"},"text":{"type":"string","description":"Text to translate"}}}},"additionalProperties":false},"output":{"type":"object","required":["type"],"properties":{"type":{"type":"string"},"example":{"type":"object"}}}}},"responseSchema":{"type":"json","example":{"Code":"Success","Credits":"0","Translation":"こんにちは世界"}},"example":{"request":{"input":{"type":"http","method":"GET","queryParams":{"to":"Spanish","text":"Hello, world!"}}},"response":{"Code":"Success","Result":"hola, mundo!","Credits":"0"}},"exampleRequest":{"to":"Spanish","text":"Hello, world!"},"tags":["x402"],"displayCostAmount":"0.01","displayCostAsset":"USDC","priceDynamic":false,"priceHint":null,"priceStatus":"priced","priceSource":"settled","requiresHandshake":false,"reviewCount":0,"rating":{"score":"0.00","successRate":"0.00","reviews":0,"stars":null,"state":"unrated"},"availabilityStatus":"unknown","priceObserved":null,"sessionDeposit":null,"pricing":{"kind":"static","summary":"$0.01/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.01","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.01","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_5JLSuKfjMl_QeonIn0zC8","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.01","costPer":"request","priority":0,"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Translates arbitrary text into any specified target language using AI-powered translation","exampleAgentPrompt":"Can you translate the text 'Hello, world!' into Japanese for me?","exampleUseCases":null,"resultDescription":"A JSON object containing a 'Translation' field with the translated text in the target language, a 'Code' field indicating success or failure, and a 'Credits' field showing remaining API credits.","failureModes":["Missing 'text' query parameter returns an error response","Missing 'to' query parameter returns an error response","Unrecognized or misspelled target language name may return an error or unexpected result","Payment failure (x402) results in 402 response before translation is attempted","Network timeout returns no translation result"],"whenToPreferThis":"Use this endpoint when you need to programmatically translate arbitrary text into any of a wide range of target languages via a simple GET request, especially in data pipelines, CRM enrichment, or multilingual content workflows where per-call micropayment via x402 is acceptable.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-15T18:48:33.013Z","isFirstParty":false}