AIHoraryAnswer

AIHoraryAnswer(stringquestion,inthoraryNumber,TimebirthTime,TimequeryTime)

Answers a horary Prasna question in one shot using AI grounded on raw Prasna Marga data. Computes Chapter 7 Ashtamangala number and Chapter 29 predictions for the given times feeds the combined JSON as context to the language model together with the users question and returns the AIs concise answer plus the raw prediction data used to generate it.

Parameters

NameTypeDescription
question String The horary question asked by the user e.g. Will I get the job.
horaryNumber Int32 3digit Ashtamangala number given by the user 100999.
birthTime Time Birth time of the person asking the question.
queryTime Time Current time at the location where the question is asked.

Calling this method

Endpoint base: https://api.vedastro.org/api/Calculate/AIHoraryAnswer

Most Calculate methods accept parameters either as URL path segments (GET) or as a JSON body (POST), keyed by parameter name. The exact request shape varies per method — see the Getting Started guide for the response envelope, StdTime format, and Ayanamsa conventions that apply across the API. Use the "Try it" panel below to build and send a real request and see the exact call this method expects.

Loading try-it widget…