Plume API
Fun

/ascii-image

Create an ASCII image

GET
/ascii-image

Query Parameters

text*string

The text

Length1 <= length <= 100
font?string

The text

Value in"standard" | "isometric" | "3d" | "letters"

Response Body

image/png

application/json

application/json

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