v1

latestOpenAPI 3.0.1Software available under the Apache 2 license2026-07-173715.5 KB
Math

Check and normalize a TeX formula.

Checks the supplied TeX formula for correctness and returns the normalised formula representation as well as information about identifiers. Available types are tex and inline-tex. The response contains the x-resource-location header which can be used to retrieve the render of the checked formula in one of the supported rendering formats. Just append the value of the header to /media/math/{format}/ and perform a GET request against that URL.

Stability: stable.

post/media/math/check/{type}

Path parameters

type'tex' | 'inline-tex' | 'chem' required

The input type of the given formula; can be tex or inline-tex

Response

Information about the checked formula

object required
All 3 operations