Plume API
Meme creation

/memes/duolingo

Create a duolingo meme image

GET
/memes/duolingo

Query Parameters

text*string

The text

Length1 <= length <= 50

Response Body

image/png

application/json

application/json

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