Plume API
Meme creation

/memes/jarvis

Make a Jarvis (from Iron Man) joke

GET
/memes/jarvis

Query Parameters

text*string

The text to add

Length1 <= length <= 50
banner?boolean

If the text should be in a banner above the gif instead

Response Body

image/gif

application/json

application/json

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