HoroscopeLLMSearch
HoroscopeLLMSearch(TimebirthTime,stringtextInput)
Searches horoscope predictions using an LLMpowered or embeddingbased search service. The method 1. converts the birth time into URLfriendly form 2. prepares a JSON payload containing the search query and birth time 3. posts the request to a remote search endpoint 4. converts each returned item into a HoroscopePrediction 5. returns the final list. This is useful for semantic search across horoscope prediction data.
Parameters
| Name | Type | Description |
|---|---|---|
birthTime |
Time |
Birth time used to scope or personalize the search. |
textInput |
String |
The search query text. |
Calling this method
Endpoint base: https://api.vedastro.org/api/Calculate/HoroscopeLLMSearch
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…