Download structured sheet export
GET/v1/structured-sheets/{structured_sheet_id}/download
Download the structured data in the specified format. Only available when conversion status is 'completed'.
Available formats:
sqlite: SQLite database containing all extracted tablescell_labels: CSV file with cell-level semantic labels
Download structured sheet export
curl https://api.deeptable.com/v1/structured-sheets/$STRUCTURED_SHEET_ID/download \
-H "Authorization: Bearer $DEEPTABLE_API_KEY"