Invoice systems
Auto-fill amount in words on PDF invoices and e-billing.
Convert numbers and financial amounts into words programmatically for invoices, checks, contracts, ERP systems, and accounting tools.
Tafqit API lets developers and businesses convert numeric amounts into written words — in Arabic and English for the MVP — with currency names, decimal subunits, and document formats (check, invoice, contract, receipt).
Use the free web converter for interactive use, or call the public /api/v1/convert.php endpoint for integrations.
Auto-fill amount in words on PDF invoices and e-billing.
Journal entries and vouchers with correct Arabic wording.
Batch validation of figures vs. written amounts.
Receipt footers in Arabic and multilingual formats.
Legal clauses with formal amount wording.
Programmatic check-line generation.
GET https://tafqit.org/api/v1/convert.php?amount=1250.75¤cy=SAR&lang=ar&format=check
GET https://tafqit.org/api/v1/convert.php?amount=1250.75¤cy=SAR&lang=ar&format=check
{
"success": true,
"amount": "1250.75",
"currency": "SAR",
"language": "ar",
"format": "check",
"result": "فقط ألف ومئتان وخمسون ريال سعودي وخمس وسبعون هللة لا غير",
"generated_by": "Tafqit.org"
}
This public endpoint is an MVP preview. API keys, higher limits, and paid plans are planned.
Endpoint: GET https://tafqit.org/api/v1/convert.php
Discover supported values via /api/v1/meta.php.
| Parameter | Required | Default | Description |
|---|---|---|---|
amount | Yes | — | Numeric amount (0 – 999,999,999.99) |
currency | No | SAR | SAR, USD, EUR, AED, MAD |
lang | No | ar | ar or en |
format | No | check | basic, check, invoice, contract, receipt |
Test the live MVP endpoint from your browser. API keys and higher limits are planned.
Click “Test API” to fetch a live response.
This public API endpoint is an MVP preview. API keys, higher limits, and paid plans are planned.
Need many rows at once? Use the free bulk converter in your browser today. API bulk endpoints and higher limits are planned for Pro and Business tiers.
Also see Tafqit for Excel for spreadsheet workflows.
Planned tiers for developers, accountants, and businesses. Payments and login are not available yet.
Web converter, limited API preview, basic formats
Coming soonAPI access · 5,000 requests/month · all languages & currencies
Coming soon50,000 requests/month · bulk conversion · CSV/Excel workflows · priority support
Coming soonHigher limits · ERP integration support · custom use cases
Coming soonPricing is planned and may change.
Tell us about your project. We will notify you when API access opens.
Prefer email? Write to contact@tafqit.org
Yes — a public MVP endpoint is live at /api/v1/convert.php. API keys, higher limits, and paid tiers are planned.
Convert numeric amounts to words in Arabic and English (MVP), with currency support and document formats (check, invoice, contract, receipt).
GET https://tafqit.org/api/v1/convert.php with query parameters: amount, currency, lang, and format.
Yes — the web converter stays free. The MVP API is public for testing. Paid tiers with higher limits are planned.
Bulk API endpoints are planned. Use the free bulk converter in your browser meanwhile.
Use the Request API access form on this page or email us at contact@tafqit.org.