Check and normalize a TeX formula.
POST
/media/math/check/{type}
Math
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 retrievethe 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.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://wikimedia.org/api/rest_v1/media/math/check/' \
--data-urlencode 'q='
Response Response Example
200 - Example 1
{}
Request
Path Params
type
string
required
Body Params application/x-www-form-urlencoded
q
string
required
Responses
Modified at 2023-08-15 06:49:12