Unlimited AI Multi-Language Title Translator
Professional AI-powered multi-language title translator for movies, TV shows, anime, games, and more with JSON output
API Documentation
Request Endpoint
POST /en/api/tools/unlimited-ai-title-translator-multi
Request Parameters
| Parameter Name | Type | Required | Description |
|---|---|---|---|
| title | text | Yes | - |
| sourceLanguage | select | No | - |
| targetLanguages | select | Yes | Enter ctrl + click to select multiple languages |
| mediaType | select | No | - |
| style | select | No | - |
| context | textarea | No | Additional information can help improve translation quality |
Response Format
{
"result": "Processed text content",
"error": "Error message (optional)",
"message": "Notification message (optional)",
"metadata": {
"key": "value"
}
}
Text:
Text
AI MCP Documentation
Add this tool to your MCP server configuration:
{
"mcpServers": {
"elysiatools-unlimited-ai-title-translator-multi": {
"name": "unlimited-ai-title-translator-multi",
"description": "Professional AI-powered multi-language title translator for movies, TV shows, anime, games, and more with JSON output",
"baseUrl": "https://elysiatools.com/mcp/sse?toolId=unlimited-ai-title-translator-multi",
"command": "",
"args": [],
"env": {},
"isActive": true,
"type": "sse"
}
}
}
You can chain multiple tools, e.g.: `https://elysiatools.com/mcp/sse?toolId=png-to-webp,jpg-to-webp,gif-to-webp`, max 20 tools.
If you encounter any issues, please contact us at [email protected]