Memesio · Example Payload

Memesio Post Api Ai Templates Detect Example

MemesMediaImage GenerationContentDeveloper Tools

Memesio Post Api Ai Templates Detect 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": "Detect Meme Template from Source Image and Return 1-2 Caption Slot Placement with Single/Split Assignment Plan",
  "method": "POST",
  "path": "/api/ai/templates/detect",
  "request": {
    "sourceImageUrl": "string",
    "texts": [
      "string"
    ],
    "maxSlots": 1,
    "mappingMode": "single_or_split",
    "actorId": "string",
    "workspaceId": "string",
    "correlationId": "string"
  },
  "response": {
    "message": "Template detection payload"
  }
}