Plume API
Meme creation

/memes/drake

Create a drake meme image

GET
/memes/drake

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/drake?top=string&bottom=string"
"string"
{
  "message": "string",
  "errors": [
    {
      "message": "string"
    }
  ]
}
{
  "message": "string"
}