Lodol Docs

Giphy

API actions for the Giphy integration.

Giphy

Search for GIFs on Giphy to use in your workflows.


Search GIFs

Search for GIFs on Giphy that match your search terms.

Parameters

ParameterTypeRequiredDescription
querystringYesWhat to search for, for example 'happy dance'
limitnumberNoMaximum number of GIFs to return

Response

{
  "count": 2,
  "gifs": [
    {
      "id": "abc123",
      "preview_url": "https://media.giphy.com/media/abc123/giphy.gif",
      "title": "Funny Cat",
      "url": "https://giphy.com/gifs/abc123"
    },
    {
      "id": "def456",
      "preview_url": "https://media.giphy.com/media/def456/giphy.gif",
      "title": "Dancing Dog",
      "url": "https://giphy.com/gifs/def456"
    }
  ]
}

On this page