GET media/math/render/{format}/{hash}
Operation ID: —
Auth: unknown
Description
Given a request hash, renders a TeX formula into its mathematic representation in the given format. When a request is issued to the `/media/math/check/{format}` POST endpoint, the response contains the `x-resource-location` header denoting the hash ID of the POST data. Once obtained, this endpoint has to be used to obtain the actual render. **NOTE**: the use of this endpoint is *strongly discouraged*. Instead, use the identical endpoint of the (canonical) Math API on the `wikimedia.org` domain. Stability: [deprecated](https://www.mediawiki.org/wiki/API_versioning#Deprecated).
Parameters (2)
(string, path, required)
The output format; can be svg or mml
Constraints: {'enum': ['svg', 'mml', 'png']}
(string, path, required)
The hash string of the previous POST data
Constraints: {'minLength': 1}
No probe data for this endpoint yet.