Memesio · Example Payload

Memesio Caption Template Example

MemesMediaImage GenerationContentDeveloper Tools

Memesio Caption Template Example is an example object payload from Memesio, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

requestresponse

Example Payload

Raw ↑
{
  "request": {
    "method": "POST",
    "url": "https://memesio.com/api/v1/memes/caption-template",
    "headers": {
      "Content-Type": "application/json",
      "x-agent-api-key": "ak_live_xxx"
    },
    "body": {
      "templateId": "bernie-sanders-once-again-asking",
      "captions": [
        {
          "id": "text_1",
          "text": "I AM ONCE AGAIN ASKING FOR THE WI-FI PASSWORD"
        }
      ],
      "watermark": {
        "enabled": true,
        "position": "bottom-right"
      }
    }
  },
  "response": {
    "slug": "wifi-password-meme",
    "url": "https://memesio.com/m/wifi-password-meme",
    "imageUrl": "https://cdn.memesio.com/memes/wifi-password-meme.jpg",
    "template": {
      "id": "bernie-sanders-once-again-asking",
      "name": "Bernie Sanders Once Again Asking"
    },
    "createdAt": "2026-05-16T17:00:00Z"
  }
}