Skip to content

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

  1. Create an API key in your account.
  2. POST a PDF to the conversion endpoint with your output options.
  3. Poll the job or receive a webhook when Markdown and assets are ready.
  4. 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