Memesio · Example Payload

Memesio Post Api V1 Memes Caption Upload Example

MemesMediaImage GenerationContentDeveloper Tools

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

Top-level fields

operationmethodpathresponse

Example Payload

Raw ↑
{
  "operation": "Upload an Image, Place Top or Bottom Caption Boxes, and Store the Hosted Meme",
  "method": "POST",
  "path": "/api/v1/memes/caption-upload",
  "response": {
    "ok": true,
    "data": {
      "slug": "string",
      "shareSlug": "string",
      "templateSlug": "string",
      "title": "string",
      "visibility": "private",
      "sourceImageUrl": "string",
      "imageUrl": "string",
      "canonicalImageUrl": "string",
      "altText": "string",
      "tags": [
        "string"
      ]
    }
  }
}