Welcome!
We now have new endpoints available to extract markdown, html, and structured JSON from an existing PDF. These endpoints are located at:
https://v2.api2pdf.com/opendataloader/markdown
https://v2.api2pdf.com/opendataloader/html
https://v2.api2pdf.com/opendataloader/json
See the swagger API documentation here: https://v2.api2pdf.com/
To use the endpoint, specify an Authorization header with your API key. Then make a POST call to the appropriate endpoint above with a JSON payload of { "url": "https://{publicly-available-url-to-your-pdf}" }
You will get back a FileUrl that points a URL to the resulting file, whether it be a markdown file, html file, or json file.
Hope this helps!