v10

latestOpenAPI 3.1.0MITraw.githubusercontent.com2026-02-05141768.5 KB
Structured Sheets

Download structured sheet export

Download the structured data in the specified format. Only available when conversion status is 'completed'.

Available formats:

  • sqlite: SQLite database containing all extracted tables
  • cell_labels: CSV file with cell-level semantic labels
get/v1/structured-sheets/{structured_sheet_id}/download

Path parameters

structured_sheet_idstring required

The unique identifier of the structured sheet conversion.

Example:ss_01kfxgjd94fn9stqm42nejb627

The unique identifier of the structured sheet conversion.

Query parameters

format'sqlite' | 'cell_labels'

Available download formats for structured sheets.

  • sqlite: SQLite database with all tables
  • cell_labels: JSONL with semantic labels for each cell

The export format to download.

Response

Export file in the requested format