Add Arabic diacritics (tashkil) to text. The model performs best on Fusha and formal Arabic content.
Documentation Index
Fetch the complete documentation index at: https://docs.munsit.com/llms.txt
Use this file to discover all available pages before exploring further.
POST /tashkil/diacritize
x-api-key header.
| Field | Type | Required | Description |
|---|---|---|---|
text | string | Yes | Arabic text to diacritize |
| Field | Type | Description |
|---|---|---|
statusCode | number | HTTP-style status code |
data.original_text | string | Original input text |
data.diacritized_text | string | Text with Arabic diacritics |
message | string | Request status message |
| HTTP status | errorCode | Scenario |
|---|---|---|
400 | 40001 | Missing or invalid text field |
401 | 40101 | Missing, invalid, expired, or revoked API key |
413 | 41301 | Request body exceeds the maximum size limit |
500 | 50001 | Internal error or upstream Tashkil service failure |
API key for authentication
Arabic text to diacritize. Fusha and formal Arabic text are recommended for best results.
1