Plume API
Meme creation

/memes/sadcat

Create a sad cat meme image

GET
/memes/sadcat

Query Parameters

top*string

The top text

Length1 <= length <= 256
bottom*string

The bottom text

Length1 <= length <= 256

Response Body

image/png

application/json

application/json

curl -X GET "https://plume.sodiumlabs.xyz/api/memes/sadcat?top=string&bottom=string"
"string"
{
  "message": "string",
  "errors": [
    {
      "message": "string"
    }
  ]
}
{
  "message": "string"
}