POST /v1/ai/remedy-advisor
Personalised remedy recommendations using Astro Shivanii AI pattern analysis.
curl -X POST https://api.grahaapi.com/v1/ai/remedy-advisor -H "Authorization: Bearer sk-test-your-key" -H "Content-Type: application/json" -d '{"birth":{"dob":"1990-06-15","lat":28.6139,"lon":77.209,"name":"Rahul Sharma","tob":"10:30","tz":5.5},"language":"en","question":"Will my business succeed this year?"}'
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 |
|---|---|---|---|
birth | BirthRequest | ✅ | Natal birth details |
question | string | null | — | Optional specific question for Astro Shivanii AI |
language | string | — | Response language: 'en' (English) or 'hi' (Hindi). Each language = 1 AI call. |
{
"birth": {
"dob": "1990-06-15",
"lat": 28.6139,
"lon": 77.209,
"name": "Rahul Sharma",
"tob": "10:30",
"tz": 5.5
},
"language": "en",
"question": "Will my business succeed this year?"
}
Get a free API key Try it in the playground
/v1/ai/career-guidance · /v1/ai/chat · /v1/ai/compatibility · /v1/ai/interpret-kundli · /v1/ai/predict · /v1/ai/relationship-guidance