Memesio · Example Payload

Memesio Post Api V1 Memes Generate Example

MemesMediaImage GenerationContentDeveloper Tools

Memesio Post Api V1 Memes Generate Example is an example object payload from Memesio, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationmethodpathrequestresponse

Example Payload

Raw ↑
{
  "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
  }
}