LDX hubLDX hub
  • Pricing
  • Documentation
  • API Reference
Information
Files
    List uploaded filesgetUpload a filepostGet file infogetDownload file contentget
Uploads
    Create an upload sessionpostAppend a chunk to an uploadput
StructFlow Models
    List available modelsget
StructFlow Jobs
    List StructFlow job historygetCreate a StructFlow jobpostGet StructFlow job status and resultsget
RefineLoop Models
    List available modelsget
RefineLoop Jobs
    List RefineLoop job historygetCreate a RefineLoop jobpostGet RefineLoop job status and resultsget
RenderOCR Engines
    List available enginesget
RenderOCR Jobs
    List RenderOCR job historygetCreate a RenderOCR jobpostGet RenderOCR job status and resultsget
CastDoc Engines
    List available enginesget
CastDoc Jobs
    List CastDoc job historygetCreate a CastDoc jobpostGet CastDoc job status and resultsget
ExtractDoc Engines
    List available enginesget
ExtractDoc Jobs
    List ExtractDoc job historygetCreate an ExtractDoc jobpostGet ExtractDoc job status and resultsget
MCP
    MCP Serverpost
Schemas
powered by Zuplo
LDX hub API
LDX hub API

ExtractDoc Engines

List available extraction engines for ExtractDoc


List available engines

GET
https://gw.ldxhub.io
/extractdoc/engines

Returns a list of all available extraction engines.

List available engines › Responses

A list of available engines

​Engine[]
GET/extractdoc/engines
curl https://gw.ldxhub.io/extractdoc/engines
Example Responses
{ "data": [ { "id": "ki/extract", "display_name": "KI Extract", "provider": "ki", "description": "Extracts plain text from documents in reading order. Outputs `text` for direct use or `jsonl` for seamless integration with StructFlow.", "supported_conversions": [ { "from": "pdf", "to": "text" }, { "from": "pdf", "to": "jsonl" }, { "from": "docx", "to": "text" }, { "from": "docx", "to": "jsonl" }, { "from": "xlsx", "to": "text" }, { "from": "xlsx", "to": "jsonl" }, { "from": "pptx", "to": "text" }, { "from": "pptx", "to": "jsonl" } ] } ] }
json
application/json

CastDoc JobsExtractDoc Jobs