Memesio · Example Payload

Memesio Get Api Ai Jobs Jobid Example

MemesMediaImage GenerationContentDeveloper Tools

Memesio Get Api Ai Jobs Jobid Example is an example object payload from Memesio, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationmethodpathresponse

Example Payload

Raw ↑
{
  "operation": "Get AI Job Status",
  "method": "GET",
  "path": "/api/ai/jobs/{jobId}",
  "response": {
    "id": "string",
    "traceId": "string",
    "capability": "string",
    "status": "string",
    "attempts": 1,
    "maxAttempts": 1,
    "timeoutMs": 1,
    "createdAt": "2026-05-16T12:00:00Z",
    "updatedAt": "2026-05-16T12:00:00Z"
  }
}