cURL
curl --request POST \ --url https://www.datalab.to/api/v1/providers/mathpix \ --header 'Content-Type: multipart/form-data' \ --header 'X-Mathpix-App-Id: <x-mathpix-app-id>' \ --header 'X-Mathpix-App-Key: <x-mathpix-app-key>' \ --form file='@example-file' \ --form 'page_range=<string>'
{ "success": true, "error": "<string>", "pages": [], "runtime": 0 }
Proxy requests to the Mathpix PDF API.
User must provide their own Mathpix credentials via headers. See: https://docs.mathpix.com/#process-a-pdf
Flow:
Successful Response
Response from convert service / external providers.
Show child attributes
Was this page helpful?