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
Other endpoints
    MCP Serverpost
Schemas
powered by Zuplo
LDX hub API

LDX hub API

LDX hub provides AI-powered document processing APIs including StructFlow (unstructured text to structured JSON), RefineLoop (XLIFF translation quality refinement), and RenderOCR (OCR conversion of PDF and images to editable Office formats with layout and formatting preservation).

Authentication

Send your API key in the Authorization header as a Bearer token.

Code
Authorization: Bearer YOUR_API_KEY

Access keys are available after subscription via the Developer Portal.

Asynchronous Processing

All jobs are processed asynchronously.

  1. Upload a file if needed via POST /files
  2. Submit a job → receive a job_id
  3. Poll GET /{service}/jobs/{job_id} until status is completed or failed

Job Status

StatusDescription
queuedJob accepted and waiting to be processed
processingJob is currently being processed
completedJob finished successfully
failedJob failed before processing started

Billing

Usage is measured in credits. Each credit costs $0.0001. Credit consumption varies by service, AI engine, and data volume. See LDX hub Pricing for details.

Tags
Files
Upload and manage files used as job inputs or outputs
Uploads
Create upload sessions and send file data in Base64-encoded chunks. Use this for MCP clients or environments where multipart/form-data is not available.
StructFlow Models
List available AI models for StructFlow
StructFlow Jobs
Create and manage StructFlow structured data extraction jobs
RefineLoop Models
List available AI models for RefineLoop
RefineLoop Jobs
Create and manage RefineLoop XLIFF translation refinement jobs
RenderOCR Engines
List available OCR engines for RenderOCR
RenderOCR Jobs
Create and manage RenderOCR document conversion jobs
Contacthttps://ldxlab.io
Servers
https://gw.ldxhub.io