submit_conversion_job
Submit a document for asynchronous, high-fidelity conversion (docling).
Stores the uploaded bytes, then enqueues a convert.docling job (costs
10 credits, charged now). Returns {job_id, status, result_url} — poll
get_conversion_job with job_id (or supply webhook_url for a
signed completion callback). Requires an API key. Raises if the docling
backend is not configured for this deployment.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filename | Yes | ||
| webhook_url | No | ||
| content_base64 | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||