> ## Documentation Index
> Fetch the complete documentation index at: https://www.anything.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Word Cloud

> Generate visual word clouds from text data

Word Cloud API allows you to create visual representations of text data, highlighting the most frequent words in your content.

## Overview

<CardGroup cols={2}>
  <Card title="Create Account" icon="user">
    Sign up for a Word Cloud account
  </Card>

  <Card title="Get API Key" icon="key">
    Generate your Word Cloud API key
  </Card>

  <Card title="Copy into Anything" icon="plug">
    Add your API key to Anything's secrets
  </Card>
</CardGroup>

## Account Creation

<Steps>
  <Step title="Visit RapidAPI Website">
    Go to [rapidapi.com](https://rapidapi.com/) and click "Sign Up"

    <img src="https://mintcdn.com/create/gRjeYBLWcrADikTp/images/wordcloud/homepage.png?fit=max&auto=format&n=gRjeYBLWcrADikTp&q=85&s=fcf56a2692e07897d5065ea06054cec9" style={{ borderRadius: '0.5rem', width: '624px', height: '303px' }} width="2332" height="1288" data-path="images/wordcloud/homepage.png" />
  </Step>

  <Step title="Subscribe to WordCloud API">
    * Go to [https://rapidapi.com/Textvis/api/word-cloud/pricing](https://rapidapi.com/Textvis/api/word-cloud/pricing)
    * Select a subscription plan
    * Complete the subscription process
  </Step>
</Steps>

## Generate API Key

<Steps>
  <Step title="Access Your Dashboard">
    1. Log in to your RapidAPI account
    2. Navigate to the WordCloud API page

    <img src="https://mintcdn.com/create/gRjeYBLWcrADikTp/images/wordcloud/dashboard.png?fit=max&auto=format&n=gRjeYBLWcrADikTp&q=85&s=eff84cbdd66c9694e87f662bcd25dfb7" style={{ borderRadius: '0.5rem' }} width="2844" height="1284" data-path="images/wordcloud/dashboard.png" />
  </Step>

  <Step title="Get Your API Key">
    1. Subscribe to the API if you haven't already
    2. Copy your RapidAPI key from the endpoint examples

    <img src="https://mintcdn.com/create/gRjeYBLWcrADikTp/images/wordcloud/apigen.png?fit=max&auto=format&n=gRjeYBLWcrADikTp&q=85&s=a283c54fc55a49d1165f3f378a564590" style={{ borderRadius: '0.5rem' }} width="1700" height="888" data-path="images/wordcloud/apigen.png" />
  </Step>

  <Step title="Secure Your API Key">
    1. Store your API key safely

    <Warning>
      Keep your API key secure - it grants access to all your RapidAPI subscriptions
    </Warning>
  </Step>
</Steps>

## Add to Anything project

<Steps>
  <Step title="Add the integration">
    1. In your Anything project, type `/` in the chat
    2. Select "Word Cloud" from the menu
  </Step>

  <Step title="Add your API key">
    1. Paste your API key into the "WORDCLOUD\_API\_KEY" field

    <Tip>
      Need a new key? Generate one in your Word Cloud dashboard.
    </Tip>
  </Step>

  <Step title="Use it">
    You can now use prompts with the integration to generate word clouds.

    Some examples:

    * `Generate a word cloud from this text using /WordCloud`
    * `Create a visual representation of keywords with /WordCloud`
    * `Build a content analysis tool using /WordCloud`

    <Warning>
      The API limits how often your app can fetch data. If your app loads the same data often, ask the agent to save it locally so it doesn't re-fetch every time.
    </Warning>

    Example prompt for optimization:

    ```
    When using /WordCloud, save the generated images so my app doesn't have to fetch them again
    ```
  </Step>
</Steps>

<Tip>
  Your Word Cloud integration is now ready! Use the `/WordCloud` command in chat to generate word clouds.
</Tip>
