Memesio · Example Payload

Memesio Post Api Video Drafts Example

MemesMediaImage GenerationContentDeveloper Tools

Memesio Post Api Video Drafts 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": "Save/Resume Crash-Safe Cloud Video Draft Snapshots for Cross-Device Recovery",
  "method": "POST",
  "path": "/api/video/drafts",
  "request": {
    "action": "save",
    "project": {},
    "projectId": "string",
    "updatedAt": "2026-05-16T12:00:00Z",
    "sourceDeviceId": "string"
  },
  "response": {
    "message": "Draft resume payload"
  }
}