MatchChat

MatchChat(TimemaleBirthTime,TimefemaleBirthTime,stringuserQuestion,stringchatSession)

Intended to send a compatibilityrelated question to the AI astrologer using two birth charts. The method currently switches the ayanamsa setting to RAMAN prepares for a future chatbased compatibility workflow throws NotImplementedException.

Parameters

NameTypeDescription
maleBirthTime Time Birth time of the male chart.
femaleBirthTime Time Birth time of the female chart.
userQuestion String The users compatibilityrelated question.
chatSession String Optional chat session identifier.

Calling this method

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

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…