Memesio · Example Payload

Memesio Patch Api V1 Agents Agentid Example

MemesMediaImage GenerationContentDeveloper Tools

Memesio Patch Api V1 Agents Agentid 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": "Update Agent Profile Defaults (Prompt, Watermark, Style, Locale, Status)",
  "method": "PATCH",
  "path": "/api/v1/agents/{agentId}",
  "request": {
    "name": "string",
    "description": "string",
    "websiteUrl": "string",
    "systemPrompt": "string",
    "watermarkText": "string",
    "stylePreset": "string",
    "locale": "string",
    "status": "active"
  },
  "response": {
    "message": "Agent profile updated"
  }
}