# EPUB Translator (epubtranslator.app) Last updated: 2026-02-24 > EPUB Translator helps users translate EPUB e-books into multiple languages using AI. Upload an EPUB file, choose a target language, and download the translated book. The platform preserves the original EPUB structure and format. Translated content copyright fully belongs to the uploader. ## What is EPUB Translator EPUB Translator is an AI-powered e-book translation service at https://epubtranslator.app. It translates EPUB files into many languages (e.g. Chinese, English, Japanese) while keeping the original layout and styling. Users need an account and balance (paid by character count) to use the service. ### Key Facts - Supports 6+ target languages (English, Chinese, Japanese, French, Spanish, Arabic). Source: https://epubtranslator.app/en/supported-languages/ - A medium-sized e-book (~100,000 characters) typically completes translation in 1–5 minutes. Source: https://epubtranslator.app/en/faq/translation-reading/ - Handles e-books in the typical range of tens of thousands to hundreds of thousands of characters while preserving EPUB structure. Source: https://epubtranslator.app/en/how-epub-translator-works - Copyright of translated content fully belongs to the uploader; the platform does not own any rights. Source: https://epubtranslator.app/en/faq/translation-reading/ - Per-character pricing, no subscription required; pay only for what you translate. Source: https://epubtranslator.app/pricing ### Common Questions - **What is EPUB Translator?** An AI-powered web service that translates EPUB e-books into multiple languages while preserving format and structure. [Full FAQ](https://epubtranslator.app/en/faq/translation-reading/) - **How long does translation take?** Translation time depends on file size; typically 1–5 minutes for a medium-sized e-book (~100,000 characters). [Full FAQ](https://epubtranslator.app/en/faq/translation-reading/) - **Will the format be preserved?** Yes, the format and structure of the original e-book are fully preserved after translation. [Full FAQ](https://epubtranslator.app/en/faq/translation-reading/) ### EPUB Translator vs Direct LLM Direct LLM translation often breaks EPUB formatting due to long context, inconsistent markup, and structural requirements. EPUB Translator combines LLM intelligence with engineering safeguards (EPUB-aware segmentation, structure preservation) to produce valid, readable translated EPUBs. [Why EPUBTranslator vs Direct LLM](https://epubtranslator.app/en/why-epubtranslator-vs-direct-llm) ## EPUB Translator Agent Skill EPUB Translator provides an Agent Skill that lets AI coding assistants (Cursor, OpenClaw, Claude Code, etc.) translate EPUB files via API. The Skill documents the full translation flow: pre-upload, upload, check cost, start translation, poll status, and download. ### How to download and use the Agent Skill 1. **Download the Skill files**: [SKILL.md](https://epubtranslator.app/agent-skill/SKILL.md) and [reference.md](https://epubtranslator.app/agent-skill/reference.md) 2. **Place files** in your AI assistant's skills directory: - **Cursor**: `.cursor/skills/epubtranslator-api/SKILL.md` and `reference.md` - **OpenClaw**: Add to the appropriate skills folder in your OpenClaw configuration - **Claude Code / other tools**: Place SKILL.md and reference.md where your tool loads agent instructions 3. **Get an API key**: Log in at https://epubtranslator.app/settings/api-keys and create an API key 4. **Provide the API key** to your AI assistant when it needs to call the EPUB Translator API ### Agent Skill page - [EPUB Translator Agent Skill Download](https://epubtranslator.app/agent-skill): Full instructions and download links ## API Overview - **Base URL**: https://gateway.meside.com - **Authentication**: `Authorization: Bearer ` or `X-Api-Key: ` - **Main endpoints**: `/apis/file/pre-upload`, `/apis/file/upload`, `/apis/file/check`, `/apis/epub-translation/check-balance`, `/apis/epub-translation/start`, `/apis/epub-translation/status`, `/apis/file/download-url` ## Links - [Homepage](https://epubtranslator.app) - [Agent Skill Download](https://epubtranslator.app/agent-skill) - [API Keys (login required)](https://epubtranslator.app/settings/api-keys) - [Pricing](https://epubtranslator.app/pricing) - [Why EPUBTranslator vs Direct LLM](https://epubtranslator.app/en/why-epubtranslator-vs-direct-llm) - [FAQ](https://epubtranslator.app/en/faq/translation-reading)