Plume API
Utility

/latex

Render a LaTeX expression

GET
/latex

Query Parameters

expr*string

The LaTeX expression

Length1 <= length <= 100

Response Body

image/png

application/json

application/json

application/json

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