Memesio · Example Payload

Memesio Post Api Video Formats Example

MemesMediaImage GenerationContentDeveloper Tools

Memesio Post Api Video Formats 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": "Estimate Cost and Validate Planned Video Export Job Against Policy",
  "method": "POST",
  "path": "/api/video/formats",
  "request": {
    "planTier": "free",
    "inputFormat": "string",
    "mimeType": "string",
    "outputPresetId": "string",
    "durationSeconds": 1.0
  },
  "response": {
    "message": "Video job estimate payload"
  }
}