Memesio · Example Payload

Memesio Post Api Ai Captions Scene Example

MemesMediaImage GenerationContentDeveloper Tools

Memesio Post Api Ai Captions Scene 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": "Run Scene-Understanding Pipeline to Extract Entities, Tone Cues, and Trend References from Canvas + Template Metadata",
  "method": "POST",
  "path": "/api/ai/captions/scene",
  "request": {
    "canvasText": [
      "string"
    ],
    "templateName": "string",
    "templateDescription": "string",
    "templateTags": [
      "string"
    ],
    "trendSignals": [
      "string"
    ]
  },
  "response": {
    "message": "Scene understanding payload"
  }
}