Openuv
Connector for the openuv API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://api.openuv.io/api/v1 - Auth:
bearer(pass your key via theapiKeyinput)
Operations
get_forecast— GET /forecast — Get hourly UV Index Forecast by location and date. Optional altitude, ozone leveget_protection— GET /protection — Get daily protection time by location, UV Index from and UV Index to with 10 minget_uv— GET /uv — Get real-time UV Index by location. Optional altitude, ozone level and datetime
Inputs
apiKey— your openuv API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: get_forecast
apiKey: <your key>