## Download file **get** `/v1/files/{file_id}/content` Download the original uploaded file content. ### Path Parameters - `file_id: string` The unique identifier of the file. ### Example ```http curl https://api.deeptable.com/v1/files/$FILE_ID/content \ -H "Authorization: Bearer $DEEPTABLE_API_KEY" ```