Plume API
Meme creation

/memes/hugo

Make the French Hugo Décrypte meme

GET
/memes/hugo

Query Parameters

text*string

The text

Length1 <= length <= 256

Response Body

image/gif

application/json

application/json

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