> ## 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.

# Tenor

> Access GIFs and animated content

Tenor API provides access to millions of GIFs and animated content through their comprehensive search API.

## Overview

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

  <Card title="Get API Key" icon="key">
    Generate your Tenor 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 Tenor Developer Portal">
    Go to [https://tenor.com/gifapi](https://tenor.com/gifapi) and click "Documentation"

    <img src="https://mintcdn.com/create/gRjeYBLWcrADikTp/images/tenor/homepage.png?fit=max&auto=format&n=gRjeYBLWcrADikTp&q=85&s=9f8c5e3169d8a291e4b1d1eb7cbad193" style={{ borderRadius: '0.5rem' }} width="2328" height="1116" data-path="images/tenor/homepage.png" />
  </Step>

  <Step title="Login with Google Cloud">
    * Scroll down to the Setup section
    * Click "Sign In with Google Cloud"

    <img src="https://mintcdn.com/create/gRjeYBLWcrADikTp/images/tenor/guide.png?fit=max&auto=format&n=gRjeYBLWcrADikTp&q=85&s=512bcf5f65e220dd1d96122f5c7b088c" style={{ borderRadius: '0.5rem' }} width="2674" height="1312" data-path="images/tenor/guide.png" />
  </Step>
</Steps>

## Generate API Key

<Steps>
  <Step title="Enable Tenor API">
    1. Click "Get a Tenor API Key"
    2. Create a project or select an existing one
    3. Copy your API key

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

    <Warning>
      Keep your API key secure and set usage limits
    </Warning>
  </Step>
</Steps>

## Add to Anything project

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

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

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

  <Step title="Start searching">
    You can now use prompts with the integration to access GIFs.

    Example prompts:

    * `Find reaction GIFs using /Tenor`
    * `Add animated stickers with /Tenor`
    * `Build a GIF picker using /Tenor`

    <Warning>
      The API has rate limits. Avoid making too many requests in a short time.
    </Warning>

    Example prompt for optimization:

    ```
    When using /Tenor, save the GIF URLs so they load faster next time
    ```
  </Step>
</Steps>

<Tip>
  Your Tenor integration is ready! Use `/Tenor` in chat to access GIFs.
</Tip>
