Skip to content
Get started

Download file

GET/v1/files/{file_id}/content

Download the original uploaded file content.

Path ParametersExpand Collapse
file_id: string

The unique identifier of the file.

Download file

curl https://api.deeptable.com/v1/files/$FILE_ID/content \
    -H "Authorization: Bearer $DEEPTABLE_API_KEY"
Returns Examples