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

# Pixabay

> Access high-quality images and videos from Pixabay

Pixabay provides access to a vast collection of free images and videos for personal and commercial use.

## Overview

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

  <Card title="Get API Key" icon="key">
    Generate your Pixabay API key.
  </Card>

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

## Account Creation

<Steps>
  <Step title="Visit Pixabay's Website">
    Go to [pixabay.com/api/docs](https://pixabay.com/api/docs/) and click "Join" in the top right corner.

    <img src="https://mintcdn.com/create/VE4G9m6I567_bcO7/images/pixabay/homepage.png?fit=max&auto=format&n=VE4G9m6I567_bcO7&q=85&s=02f88d6835814ae604d31af7bbc16e54" style={{ borderRadius: '0.5rem' }} width="2842" height="1396" data-path="images/pixabay/homepage.png" />
  </Step>

  <Step title="Choose Signup Method">
    * Sign up with email/password.
    * Or continue with social media authentication.

    <img src="https://mintcdn.com/create/VE4G9m6I567_bcO7/images/pixabay/signup.png?fit=max&auto=format&n=VE4G9m6I567_bcO7&q=85&s=92d144a514d46bd19886a7c91835adbc" style={{ borderRadius: '0.5rem' }} width="860" height="1140" data-path="images/pixabay/signup.png" />
  </Step>
</Steps>

## Generate API Key

<Steps>
  <Step title="Access API Settings">
    1. Log in to your Pixabay account.
    2. Navigate to the API section in your account settings.

    <img src="https://mintlify.s3.us-west-1.amazonaws.com/create/images/pixabay/api-settings.png" style={{ borderRadius: '0.5rem' }} />
  </Step>

  <Step title="Create New API Key">
    1. Click "Create API Key."
    2. Name your key (e.g., "Anything Integration").
    3. Click "Generate."

    <img src="https://mintcdn.com/create/VE4G9m6I567_bcO7/images/pixabay/apigen.png?fit=max&auto=format&n=VE4G9m6I567_bcO7&q=85&s=25af36e1ad714441c72aee2a52a97e91" style={{ borderRadius: '0.5rem' }} width="1618" height="1138" data-path="images/pixabay/apigen.png" />
  </Step>

  <Step title="Copy Your Key">
    1. Copy the generated API key.
    2. Store it securely - you won't be able to see it again.

    <Warning>
      Keep your API key secure - it grants access to your account data.
    </Warning>
  </Step>
</Steps>

## Add to Anything project

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

  <Step title="Add Your API Key">
    1. Paste your API key into "PIXABAY\_API\_KEY."

    <Tip>
      Need new credentials? Regenerate in the Pixabay dashboard.
    </Tip>
  </Step>

  <Step title="Start Using">
    You can now use prompts with the integration to access images and videos.

    Example prompts:

    * `Search for images of cats using /Pixabay`
    * `Get a random image using /Pixabay`
    * `Build a gallery app with /Pixabay`

    <Warning>
      The Pixabay API has rate limits. If something fails, wait a moment and try again.
    </Warning>

    Example prompt for optimization:

    ```
    When using /Pixabay, save the image results so they load faster next time
    ```
  </Step>
</Steps>

<Tip>
  Your Pixabay integration is ready! Use `/Pixabay` in chat to access images and videos.
</Tip>
