Wild APIs

Word Cloud API

UntestedOur check runs without a key, so we couldn't test this one. It doesn't mean it's down.
Generates a word-cloud image (base64) from submitted text, with size, color, and stop-word options.

Example request

curl -s -X POST 'https://textvis-word-cloud-v1.p.rapidapi.com/v1/textToCloud' -H 'x-rapidapi-host: textvis-word-cloud-v1.p.rapidapi.com' -H 'x-rapidapi-key: $API_KEY' -H 'content-type: application/json' -d '{"text":"sample text here"}'

Alternatives in Charts