Skip to content
Get started

Download SQLite export

GET/v1/structured-sheets/{structured_sheets_id}/exports/sqlite

Download the structured data as a SQLite database file. Only available when conversion status is 'completed'.

Path ParametersExpand Collapse
structured_sheets_id: string

The unique identifier of the structured sheets conversion.

Download SQLite export
curl https://api.deeptable.com/v1/structured-sheets/$STRUCTURED_SHEETS_ID/exports/sqlite \
    -H "Authorization: Bearer $DEEPTABLE_API_KEY"
Returns Examples