API for Weather

We provide API to get UV index for selected location.

We utilize NASA data to provide the top UV index for a selected location and calculate the average of the 6 highest UV index values during the year. This information is crucial for skincare brands to understand sun exposure and market their SPF products effectively.

curl -X 'POST' \
  'https://saas.haut.ai/service/constructor/b2c/uvi/' \
  -H 'accept: application/json' \
  -H 'Content-Type: application/json' \
  -d '{
  "lat": 28,
  "lon": 71
}'

Last updated