KLIPY
Search and browse trending GIF, sticker, clip, and emoji media from a Swarmz project
Connect KLIPY when a project needs a media picker or feed for GIFs, stickers, clips, or emoji media. The connector returns bounded provider results that generated UI can render and attribute according to KLIPY's terms.
KLIPY uses a shared project connection and one workspace-supplied API key.
Availability
A Swarmz administrator must show KLIPY under Platform config > Integrations. No Swarmz OAuth application is required.
Connect KLIPY
- Register an application and obtain its API key from KLIPY for Developers.
- In the Swarmz project, open Settings > Integrations and select KLIPY.
- Select Add connection, paste the key into API key, and select Save connection.
Swarmz validates the key with a bounded trending request, encrypts it, and keeps it behind the connector gateway.
Available operations
| Operation | What it does | Limit per minute |
|---|---|---|
search_media | Searches one media type with a query and bounded pagination | 30 |
trending_media | Lists trending items for one media type | 30 |
Use gifs, stickers, clips, or emojis as the media type. Pages run from 1 to 1,000 and each response is capped at 50 items.
Ask the AI to use KLIPY
- “Build a GIF picker with search, trending results, pagination, loading, empty, and error states.”
- “Add a sticker tab and keep the selected media URL with the message draft.”
- “Show 12 trending emoji media results without exposing the provider key in the browser.”
The AI requests the connection when the feature first needs live media. Generated server code calls KLIPY through the connector gateway; the browser receives media records, not the API key.
Verify KLIPY
- Load trending GIFs and confirm images render.
- Search a distinctive phrase and confirm relevant results.
- Repeat with stickers, clips, and emoji media.
- Change pages and confirm results remain bounded.
Troubleshoot and recover
If setup or search fails, verify the key belongs to an active KLIPY developer application. If results render without attribution or required links, update the generated UI to follow the current provider terms before publishing.
To rotate the key, replace it in the Swarmz connection and verify trending_media before disabling the old key. To disconnect, select Remove in Swarmz and revoke the key in KLIPY.