Memesio · Example Payload

Memesio Post Api Video Text Animations Example

MemesMediaImage GenerationContentDeveloper Tools

Memesio Post Api Video Text Animations 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": "Preview or Apply Text Animation Preset Keyframes to a Timeline Track",
  "method": "POST",
  "path": "/api/video/text-animations",
  "request": {
    "action": "preview",
    "presetId": "string",
    "startMs": 1.0,
    "durationMs": 1.0,
    "intensity": 1.0,
    "projectId": "string",
    "trackId": "string"
  },
  "response": {
    "message": "Preview keyframes payload"
  }
}