Memesio · Example Payload

Memesio Post Api Growth Social Publish Example

MemesMediaImage GenerationContentDeveloper Tools

Memesio Post Api Growth Social Publish 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": "Connect/Disconnect Social Accounts and One-Click Publish (Phase-Gated)",
  "method": "POST",
  "path": "/api/growth/social-publish",
  "request": {
    "action": "connect",
    "actorId": "string",
    "platform": "tiktok",
    "handle": "string",
    "externalAccountId": "string",
    "accountId": "string",
    "memeSlug": "string",
    "caption": "string"
  },
  "response": {
    "message": "Disconnect response"
  }
}