POST /v1/prashna/remedies
Remedies from Prashna analysis to strengthen outcome.
curl -X POST https://api.grahaapi.com/v1/prashna/remedies -H "Authorization: Bearer sk-test-your-key" -H "Content-Type: application/json" -d '{"lat":28.6139,"lon":77.209,"question":"क्या मेरा व्यवसाय सफल होगा?","tz":5.5}'
Test keys (sk-test-…) are free and unlimited, and return the exact production response structure computed from a fixed sample chart. The response is JSON: {"success": true, "data": {…}, "meta": {…}} with Hindi + English strings, computed on the Lahiri ayanamsa.
| Field | Type | Required | Description |
|---|---|---|---|
question | string | ✅ | Your horary question (can be in Hindi or English) |
lat | number | ✅ | Latitude of the querent's location |
lon | number | ✅ | Longitude of the querent's location |
tz | number | — | UTC offset (IST = 5.5) |
datetime | string | null | — | YYYY-MM-DDTHH:MM — time of question (defaults to now) |
birth | BirthRequest | null | — | Optional natal chart for deeper analysis |
{
"lat": 28.6139,
"lon": 77.209,
"question": "क्या मेरा व्यवसाय सफल होगा?",
"tz": 5.5
}
Get a free API key Try it in the playground
/v1/prashna/answer · /v1/prashna/full · /v1/prashna/outcome · /v1/prashna/pancha-pakshi · /v1/prashna/prashna-lagna · /v1/prashna/significators