Generate GIF
generate_gifRender a downloadable animated meme GIF from an approved GIF template. Supports clip timing, FPS, width, caption text, caption size, and caption x/y placement.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fps | No | Output playback FPS. | |
| tags | No | Optional lowercase tags. | |
| title | No | Filename/title hint for the generated GIF. | |
| apiKey | No | Optional agent or developer API key for higher free-tier limits. | |
| gifSlug | Yes | Approved GIF template slug from search_templates. | |
| startMs | No | Clip start time in milliseconds. | |
| widthPx | No | Output width in pixels. | |
| captions | No | Caption objects. Use x/y to control where each caption goes. | |
| durationMs | No | Clip duration in milliseconds. | |
| returnBase64 | No | Return base64 and dataUrl in the MCP response. Defaults to true for MCP. |