SDK Approach
The simplest way to create workflows:Execute with Files
Wait for Results
Use Local Files
Upload files first:REST API
Create Workflow
Execute Workflow
Check Status
Understanding Steps
Parse Step
- Uses Marker to parse the document
- Creates a checkpoint for downstream steps
max_pageslimits processing for cost control
Extract Step
- Runs after parse (
depends_on: ["parse"]) - Uses
page_schemato define extraction fields - Returns structured JSON matching your schema
Related
- Workflow Concepts - Step types and patterns
- Conditional Routing - Dynamic logic
Try Datalab
Get started with our API in less than a minute. We include free credits.