Local Export
The SDK provides functionality to export project data locally. This feature allows you to export annotations in various formats for further analysis or backup purposes. The export created will be available in the exports section of Labellerr dashboard. Here is where you can find the export in our tool.
Acceptable values:
- statuses:
'review'
,'r_assigned'
,'client_review'
,'cr_assigned'
,'accepted'
- export_format:
'json'
,'coco_json'
,'csv'
,'png'
Example Usage:
Local Export Example
Check Export Status
This method allows users to check the export status of a previously triggered export task. The status will indicate whether the export is still processing, completed, or failed. Moreover, if the export is successful then the function also sends the downloadable file link url with it expire time and status.
Example Usage :
Check Export Status Example
Fetch Export Download URL
This endpoint is used to fetch the downloadable link for a previously created export using the export’s UUID and report ID. The response includes a signed URL from which the export file can be downloaded with the time left to expire.
Example Usage :
Fetch Download URL Example