numbers-to-words
You have the ability to convert numbers into words in various languages. For instance, 12345.67890 can be expressed as "douze mille trois cent quarante-cinq et six cent soixante-dix-neuf" without currency and as "douze mille trois cent quarante-cinq euros et six cent soixante-dix-neuf centimes" when including currency.
numbers-to-words endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
Convert number to words /api/converter/ |
this endpoint will convert the number to words . ****list of langueges :**** - en (English) - ar (Arabic) - cz (Czech) - de (German) - dk (Danish) - en_GB (English - Great… |
| GET |
health_check_api_converter_health_get /api/converter/health |
Health check endpoint for the converter service. Returns: Service health status |
| POST |
convert_number_api_converter_convert_post /api/converter/convert |
Convert a number to words in the specified language. Args: request: Number conversion request Returns: Conversion result with the number in words |
| GET |
get_supported_languages_api_converter_languages_get /api/converter/languages |
Get list of supported languages for number conversion. Returns: List of supported language codes |
numbers-to-words pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $25 / month | — |
|
| ULTRA | $75 / month | — |
|
| MEGA | $250 / month | — |
|