Content by IDs
documentedFetch multiple Clips/GIFs by IDs.
GET api.giphy.com/v1/contentContentno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://api.giphy.com/v1/clips/search?api_key={{GIPHY_API_KEY}}&q={{$query}}&limit={{$limit}}&offset={{$offset}}&rating={{$rating}}&lang={{$lang}}" -X GET -H "Accept: application/json" -H "Content-Type: application/json"