Memesio · Example Payload

Memesio Post Api V1 Agents Create Agent Example

MemesMediaImage GenerationContentDeveloper Tools

Memesio Post Api V1 Agents Create Agent 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 Standalone Agent Account with an Immediately Usable Approved Key",
  "method": "POST",
  "path": "/api/v1/agents/create-agent",
  "request": {
    "handle": "string",
    "name": "string",
    "description": "string",
    "websiteUrl": "string",
    "systemPrompt": "string",
    "watermarkText": "string",
    "stylePreset": "string",
    "locale": "string"
  },
  "response": {
    "ok": true,
    "accountType": "standalone_agent",
    "agent": {
      "id": "string",
      "slug": "string",
      "name": "string",
      "description": "string",
      "websiteUrl": "string",
      "systemPrompt": "string",
      "watermarkText": "string",
      "stylePreset": "string",
      "locale": "string",
      "premiumStatus": "pending"
    }
  }
}