Japanese Furigana and Tokenization
Japanese Furigana & Tokenization API provides fast Japanese text processing through a simple REST interface. Convert raw Japanese text into learner-friendly, application-ready data. The API provides endpoints for tokenization, furigana generation, Ruby HTML creation, text normalization, and sentence segmentation. Features: - Japanese tokenization with readings, part-of-speech data, and character…
Japanese Furigana and Tokenization endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
GET /health /health |
Service health check. No API key required. Response 200: { "ok": true, "service": "japanese-text-api", "version": "0.1.0" } Get your API key at https://japanesetextapi.com |
| POST |
POST /tokenize /tokenize |
Tokenize Japanese text into words with readings, POS tags, and character offsets. Headers: Content-Type: application/json x-api-key: {your_api_key} Body: { "text":… |
| POST |
POST /ruby-html /ruby-html |
Description: Generate Ruby HTML markup with furigana readings for web display. Headers: Content-Type: application/json x-api-key: {your_api_key} Body (text mode): { "text":… |
| POST |
POST /normalize /normalize |
Description: Normalize Japanese text (Unicode normalization, whitespace collapse, optional emoji stripping). Headers: Content-Type: application/json x-api-key: {your_api_key}… |
| POST |
POST /segment /segment |
Description: Split Japanese text into individual sentences. Headers: Content-Type: application/json x-api-key: {your_api_key} Body: { "text": "今日はいい天気です。日本語を勉強しましょう!" } Response… |
| POST |
POST /furigana /furigana |
Description: Generate furigana readings for kanji in Japanese text. Headers: Content-Type: application/json x-api-key: {your_api_key} Body: { "text": "私は日本語を勉強しています。" } Response… |
Japanese Furigana and Tokenization pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|