Search Clips
documentedSearch Clips by query.
GET api.giphy.com/v1/clips/searchClipsno 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)
Note: Access to GIPHY Clips endpoints requires explicit approval. See GIPHY Clips documentation for details. ([developers.giphy.com](https://developers.giphy.com/docs/clips/?utm_source=openai))
npx -y keychains@latest curl "https://api.giphy.com/v1/clips/search?api_key={{GIPHY_API_KEY}}&q={{$query}}&limit={{$limit}}&offset={{$offset}}&country_code={{$country_code}}&lang={{$lang}}&rating={{$rating}}" \
-X GET \
-H "Accept: application/json" \
-H "Content-Type: application/json"