Memesio · Example Payload

Memesio Post Api Video Render Queue Example

MemesMediaImage GenerationContentDeveloper Tools

Memesio Post Api Video Render Queue 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": "Mutate Render Queue (Enqueue/Claim/Progress/Complete/Fail)",
  "method": "POST",
  "path": "/api/video/render-queue",
  "request": {
    "action": "enqueue",
    "projectId": "string",
    "outputPresetId": "string",
    "planTier": "free",
    "durationSeconds": 1.0,
    "workerId": "string",
    "jobId": "string",
    "progressPercent": 1.0,
    "stage": "string",
    "outputUrl": "string"
  },
  "response": {
    "message": "Queue mutation payload"
  }
}