Plume API
Fun

/ascii-text

Create an ASCII text

GET
/ascii-text

Query Parameters

text*string

The text

Length1 <= length <= 100

Response Body

application/json

application/json

application/json

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