Memesio · Example Payload

Memesio Post Api Auth Signup Example

MemesMediaImage GenerationContentDeveloper Tools

Memesio Post Api Auth Signup 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 Email/Password Account and Send Verification Email",
  "method": "POST",
  "path": "/api/auth/signup",
  "request": {
    "email": "user@example.com",
    "password": "string",
    "displayName": "string"
  },
  "response": {
    "message": "Account created and verification sent"
  }
}