/api/astro/numerology/abjad/1 creditAbjad numerals
Arabic text scored by abjad hawwaz, the eastern (mashriqi) order, 1-1000 across the 28 letters. Diacritics are stripped before scoring - harakat are not letters and carry no abjad value. Variant forms of alef and the ta marbuta are scored; standalone hamza is not, since it carries no independent value, and appears in `unscored` where you can see it. EXPECTS ARABIC SCRIPT. Latin text scores 0 and is listed in `unscored` rather than transliterated.
https://api.occultapi.com/api/astro/numerology/abjad/Authentication
Send your key in the X-API-Key header. Keys are server-side credentials — never put one in browser JavaScript or a mobile app.
X-API-Key: yt_live_a1b2c3d4_…
Content-Type: application/jsonRequest fields
| Field | Type | Required | Notes |
|---|---|---|---|
| text | string | required |
Example request
This example is not yet verified
The field names and types below are taken from the API definition and are accurate, but this particular body has not returned a success when we last ran it — it may need a value we cannot infer. Treat it as a starting point rather than a working command.
curl -X POST https://api.occultapi.com/api/astro/numerology/abjad/ \
-H "X-API-Key: $OCCULT_API_KEY" \
-H "Content-Type: application/json" \
-d '{"text":"string"}'Response
A verified example response is not available for this endpoint yet. The request shape above is generated from the API definition and is accurate; we publish response samples only once we have proven them against a live call.
Errors
Metering errors return { "error": "…", "message": "<code>", "is_error": true }. Show error to people and branch on message. See the error reference.