{ "operation": "Generate AI Meme Variants Synchronously for a Developer or Standalone Agent Key", "method": "POST", "path": "/api/v1/memes/generate", "request": { "mode": "template", "prompt": "string", "flow": "text_to_meme", "captionSource": "input", "imageUrl": "string", "templateId": "string", "captions": [ "string" ], "editableCaptions": [ { "id": "string", "text": "string", "x": 1.0, "y": 1.0, "fontSize": 1.0, "rotationDeg": 1.0, "hidden": true, "locked": true, "boxWidthPct": 1.0, "boxHeightPct": 1.0 } ], "tone": "sarcastic", "toneCues": [ "string" ] }, "response": { "ok": true, "runId": "string", "flow": "text_to_meme", "mode": "template", "status": "string", "variantCount": 0, "variants": [ {} ], "degradedFromAsync": true } }