Encoding Repair API
Encoding Repair API restores broken or mojibake text caused by incorrect character encoding. It is designed for engineers handling CSV, TSV, LOG, or legacy data exports where Japanese text (UTF-8 / Shift_JIS / EUC-JP) often becomes corrupted. Instead of guessing encodings from already-decoded text, this API requires Base64-encoded raw bytes, allowing accurate analysis of the original byte…
Encoding Repair API endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
Repair Encoding (v2) /encoding/v2/repair |
Encoding Repair API restores broken or mojibake text by analyzing raw byte sequences (Base64 input). It automatically detects the correct encoding and reconstructs the intended… |
Encoding Repair API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 5 / second |
|
| PRO Recommended | $5 / month | 5 / second |
|
| ULTRA | $15 / month | 10 / second |
|