Plume API
Fun

/upside-down

Put a text upside down

GET
/upside-down

Query Parameters

text*string

The text

Length1 <= length <= 6000

Response Body

application/json

application/json

application/json

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