Skip to main content

Privacy

All API endpoints accept a metadata object in the request body. Set metadata.improve_mathpix to control whether Mathpix can use your request data to improve the service.

improve_mathpixBehavior
true (default)
  • Images and results are accessible to the Mathpix QA team for quality improvements
  • Results are visible in Mathpix Console
false
  • No image data or derived information is persisted to disk
  • No data is available to the Mathpix QA team
  • Results are not accessible via Mathpix Console
  • Request metadata (status, timestamps, page count) is still retained for auditing and billing
Example metadata object with improve_mathpix disabled
{
"metadata": {
"improve_mathpix": false
}
}

Supported endpoints