Giphy

GIFs & Animated Stickers online

Go to site

Giphy API Integrations

Build and run workflows using the Giphy API. Use 1000s of source-available triggers and actions across 1000+ apps. Or write custom code to integrate any app or API in seconds.

Overview

Using the Giphy API, you can build applications that:

  • Allow users to search for and browse GIFs
  • Embed GIFs in articles or blog posts
  • Create GIF user interfaces and animations
  • Automatically generate GIFs from images or video
  • And much more!
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
import { axios } from "@pipedream/platform"
export default defineComponent({
  props: {
    giphy: {
      type: "app",
      app: "giphy",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `api.giphy.com/v1/gifs/random`,
      params: {
        api_key: `${this.giphy.$auth.api_key}`,
      },
    })
  },
})
Search Gifs/Stickers with Giphy API on New Requests (Payload Only) from HTTP / Webhook API
HTTP / Webhook + Giphy
 
Try it
Search Gifs/Stickers with Giphy API on New Item in Feed from RSS API
RSS + Giphy
 
Try it
Search Gifs/Stickers with Giphy API on New Message from Discord API
Discord + Giphy
 
Try it
Search Gifs/Stickers with Giphy API on New Message In Channels from Slack API
Slack + Giphy
 
Try it
Search Gifs/Stickers with Giphy API on New Message in Channel from Discord Bot API
Discord Bot + Giphy
 
Try it
Search Gifs/Stickers with the Giphy API

Searches all GIPHY gifs or stickers for a word or phrase. See the docs here.

 
Try it
Translate a Word to a Gif/Sticker with the Giphy API

Translates or convert a word or phrase to the perfect Gif or Sticker using GIPHY's special sauce algorithm. See the docs here.

 
Try it
Upload a Gif with the Giphy API

Uploads a Gif or video file up to 100MB programmatically on GIPHY.com See the docs here.

 
Try it

Authentication

Giphy uses API keys for authentication. When you connect your Giphy account, Pipedream securely stores the keys so you can easily authenticate to Giphy APIs in both code and no-code steps.

Get an API Key via the developers dashboard.