CuText API 💱
Currency text aka number to words for currency API
This REST API will take a number of currency as the input and convert it into a sentence. Like, 250 to two hundred and fifty. Currently, it only support a few currencies, but I'll try to update the API to cover all the currencies. You can try to build your endpoint for your country's currency, as the project itself is an open-source.
Try the API here 👇:
Original response:
          
How to use? ⚒
GEThttps://cutext-api.vercel.app/{currency}/{number}
Example:
https://cutext-api.vercel.app/idr/2500
IDR for Indonesian Rupiah. Only use lowercase (idr) for the currency parameter. See all the supported currencies here.
This API doesn't have any token or auth and it's limitless, so feel free to use it as much as you like.
How to contribute? 🚀
It's not a huge project, but if you willing to contribute you can just fork 🍴 the Github repository, make new currency that doesn't exist yet or maybe just fixing a bug, then make a PR.
That's it.

CuText API | © Made By Jer 2026