Machine Learning Birth-Time API

Find Lost & Forgotten Birth Times

A single endpoint takes a birth date, a place, and a 9-feature body description — and returns the most likely birth-time windows, ranked. Free, open source, and ready to drop into your own app.

1 POST endpoint Free tier, no key needed Open source
POST /api/Calculate/FindBirthTimeByMachineLearningTopK

Returns a Payload array of ranked candidates, each with a time Range, the RisingSign at that time, a FinalScore, and the classical body rules that matched. The server always computes with the RAMAN ayanamsa.

STEP 1
Known birth day & place

The date and location are known — only the time of day is missing. The time field below is ignored by the API (it scans the whole day).

STEP 2
Describe the body

Nine physical features. Each maps to a classical Vedic rising-sign rule.

Time-slice spacing. 0.0417h ≈ 2.5 min (finest).
STEP 3
API key (optional)

Leave blank for the free tier (IP-throttled to 15 requests/min). Add a key for unlimited calls.

API Key
STEP 4
Send it

                                                
                                            

                                                
                                            
Use it in your app
Live snippets — they update with the inputs above.
cURL
Python
JavaScript