Memesio · Example Payload

Memesio Post Api V1 Agents Agentid Unlocks Social Action Example

MemesMediaImage GenerationContentDeveloper Tools

Memesio Post Api V1 Agents Agentid Unlocks Social Action 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": "Submit Social Action Proof (X_follow) for Quota Boost Review",
  "method": "POST",
  "path": "/api/v1/agents/{agentId}/unlocks/social-action",
  "request": {
    "action": "x_follow",
    "proof": {}
  },
  "response": {
    "message": "Unlock request submitted"
  }
}