Plume API
Fun

/emojify

Emojify a text

GET
/emojify

Query Parameters

text*string

The text to emojify

Length1 <= length <= 6000

Response Body

application/json

application/json

application/json

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