Art & Design — entry 020 of 20
Word Cloud
Word Cloud API renders a list of weighted words into a downloadable word-cloud image. Its original standalone gateway at wordcloudapi.com has been decommissioned — that CloudFront distribution now only serves static docs and rejects every API call with a 403 — so the API is reachable solely through the RapidAPI marketplace today. A live GET against the real RapidAPI proxy host, word-cloud.p.rapidapi.com, echoed Access-Control-Allow-Origin back for an arbitrary Origin header, resolving cors unknown -> yes; access still requires a registered API key, now issued through RapidAPI.
GreatAPIs Score
Auth quickstart
- Get a key at the provider
- Send it on every request as a header
Authorization: <key> - The exact header isn't documented — Authorization is a common default; confirm in the provider's docs.
Your key is stored only in this browser (localStorage) and sent directly to the API — never to greatapis.
Developer reference
30 word clouds/month free on the RapidAPI Basic plan, then $0.10 overage per extra request