Plume API
Animals

/animals/fox

Get a random fox image

GET
/animals/fox

Response Body

image/png

application/json

application/json

curl -X GET "https://plume.sodiumlabs.xyz/api/animals/fox"
"string"
{
  "message": "string",
  "errors": [
    {
      "message": "string"
    }
  ]
}
{
  "message": "string"
}