/api/astro/prashnavali/sai/1 creditSai Prashnavali
The Sai Prashnavali: 720 numbered answers. `number` is OPTIONAL here, which is the difference from /api/astro/chakra/ — that endpoint rejects a Sai request without one. Omit it and all 720 entries come back in numeric order, so the set can be fetched once and indexed client-side. Pass a number from 1 to 720 for a single entry; anything outside that range returns 400. Fixed devotional text: nothing is calculated from a date or a place.
https://yogataraapi.prahlad.app/api/astro/prashnavali/sai/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 |
|---|---|---|---|
| number | integer | optional | Entry to fetch, 1 to 720. Omit for all 720 - unlike the parent endpoint, this is optional here. min 1 · max 720 |
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://yogataraapi.prahlad.app/api/astro/prashnavali/sai/ \
-H "X-API-Key: $OCCULT_API_KEY" \
-H "Content-Type: application/json" \
-d '{}'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.