Import Data from Presigned URL
Centaur now supports importing assets directly via a list of pre-signed or publicly accessible HTTPS URLs using the addAssetsFromURLs endpoint to your Centaur Labs project for labeling.
- Prepare Your URLs:
Ensure each URL is pre-signed or publicly accessible via HTTPS. - Initiate Your Import:
There are instructions on this API page that will help walk you through authenticating and making an import API call using URLs. Centaur will validate each URL to ensure it's accessible and secure. Invalid or unsupported URLs will be flagged for correction.
This streamlined process ensures your data is securely transferred and ready for labeling in your project.
Error Handling
The system may return the following error responses for import from URL calls:
| HTTP Status | Error Message | Cause |
|---|---|---|
| 400 | Invalid project_id | The specified project ID does not exist or is not Centaur-hosted. |
| 400 | Invalid URL format | One or more URLs are not HTTPS or are improperly formatted. |
| 403 | Access denied for one or more URLs | The provided URLs are not accessible. |
| 500 | Internal server error during URL import | An unexpected error occurred during processing. |
Updated 3 months ago
