Search Stickers
documentedSearch Stickers by query term.
GET api.giphy.com/v1/stickers/searchStickersno 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/stickers/search?api_key={{GIPHY_API_KEY}}&q={{$query}}&limit={{$limit}}&offset={{$offset}}&rating={{$rating}}&lang={{$lang}}" \
-X GET \
-H "Accept: application/json" \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}"