Memesio · Example Payload

Memesio Post Api V1 Agents Example

MemesMediaImage GenerationContentDeveloper Tools

Memesio Post Api V1 Agents 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": "Create a User-Owned Agent Profile",
  "method": "POST",
  "path": "/api/v1/agents",
  "request": {
    "slug": "string",
    "name": "string",
    "description": "string",
    "websiteUrl": "string",
    "systemPrompt": "string",
    "watermarkText": "string",
    "stylePreset": "string",
    "locale": "string"
  },
  "response": {
    "message": "Agent profile created"
  }
}