{ "opencollection": "1.0.0", "info": { "name": "GIPHY Analytics Animate API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "api_key", "value": "{{api_key}}", "placement": "query" } }, "items": [ { "info": { "name": "Animate", "type": "folder" }, "items": [ { "info": { "name": "Animate Text", "type": "http" }, "http": { "method": "GET", "url": "https://api.giphy.com/v1/animate", "params": [ { "name": "api_key", "value": "", "type": "query", "description": "GIPHY API key (Beta or Production)." }, { "name": "m", "value": "", "type": "query", "description": "Text or phrase to animate." }, { "name": "style", "value": "", "type": "query", "description": "Optional animation style identifier." } ] }, "docs": "Programmatically generate an animated text GIF from a phrase." } ] } ], "bundled": true }