HomeAPI DocsAstro Shivanii AI API › Ai Remedy Advisor

Ai Remedy Advisor

POST /v1/ai/remedy-advisor

Personalised remedy recommendations using Astro Shivanii AI pattern analysis.

Example request

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.

Request fields

FieldTypeRequiredDescription
birthBirthRequestNatal birth details
questionstring | nullOptional specific question for Astro Shivanii AI
languagestringResponse language: 'en' (English) or 'hi' (Hindi). Each language = 1 AI call.

Example body

{
  "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

Related Astro Shivanii AI endpoints

/v1/ai/career-guidance · /v1/ai/chat · /v1/ai/compatibility · /v1/ai/interpret-kundli · /v1/ai/predict · /v1/ai/relationship-guidance