Exports
 #0 SUCCESS
 all
  
  
  2 years ago
 
  
  2s
 #0 SUCCESS
 Atanta Trash
  
  
  2 years ago
 
  
  8s
 #0 SUCCESS
 nk
  
  
  3 years ago
 
  
  4s
 #0 CANCELED
 nk2
  
  
  -
 
  
  -
Use the DataTorch Python package to download files and annotations from this project (Requires Python 3.7+):
pip install datatorch
Download files and annotations from last successful schema export:
import datatorch as dt
api = dt.api.ApiClient('YOUR-API-KEY')
# For the default schema named 'All'
api.project('edictory/test').download()
# For any named schema
api.project('edictory/test').download('SCHEMA_NAME')
# With directory
api.project('edictory/test').download('SCHEMA_NAME','/files')