Developer docs
Move from one PDF to an automated conversion job
Use the browser for a quick check, then create an authenticated asynchronous job when conversion becomes part of your application.
Create a conversion job
- Create an API key in your account.
- POST a PDF to the conversion endpoint with your output options.
- Poll the job or receive a webhook when Markdown and assets are ready.
- Download the signed export and store the source reference in your own system.
curl -X POST "$DOCKERNEL_API_BASE_URL/api/conversions" -H "Authorization: Bearer dk_live_..." -F file=@manual.pdf -F include_assets=true