FlutterFlow
Build Flutter apps with astrology features using Occult API in FlutterFlow.
API Call Setup
In FlutterFlow, go to API Calls > Add > API Call. Set method to POST and URL to https://api.occultapi.com/api/astro/rashifal/daily/.
Headers
Add header X-API-Key with your API key value in the Headers section.
Body
Set body type to JSON and content type to application/json. Add the body: {"rashi": "aries"}.
Triggering
Call the API from a button action or onPageLoad action and bind the response to UI widgets to display astrology data.