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 StatusError MessageCause
400Invalid project_idThe specified project ID does not exist or is not Centaur-hosted.
400Invalid URL formatOne or more URLs are not HTTPS or are improperly formatted.
403Access denied for one or more URLsThe provided URLs are not accessible.
500Internal server error during URL importAn unexpected error occurred during processing.

What’s Next

Learn more about the import API