Memesio · Example Payload

Memesio Post Api Alerts Feedback Example

MemesMediaImage GenerationContentDeveloper Tools

Memesio Post Api Alerts Feedback 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": "Record Trend Feedback Action and Update Preference Vector",
  "method": "POST",
  "path": "/api/alerts/feedback",
  "request": {
    "actorId": "string",
    "alertId": "string",
    "action": "topic_muted",
    "topic": "string",
    "niche": "string",
    "region": "string",
    "source": "string"
  },
  "response": {
    "message": "Feedback stored and vector updated"
  }
}