Refonte AI

Secure Result URLs

For tasks like 2d segmentation, video, and lidar where results cannot simply be put in the task JSON, task responses are uploaded to an AWS S3 bucket `refonte-api-results`, publicly accessible with a URL in the form `https://refonte-api-results.s3.us-west-1.amazonaws.com/:uuid`. This is generally secure enough for our customers, as the UUIDs are unlikely to be guessed and cannot be linked back to a user or the data that the annotations correspond to.

We do have the option to return URLs that require authentication for each request, instead of URLs that are publicly available. This guarantees that even in the unlikely event that someone manages to obtain or guess the URL, third parties without access to your Refonte.AI account will not be able to receive your task results.

Secure result URLs will be of the form `https://api.refonte-ai.com/v1/task/:taskId/response_url/:uuid`, and in order to be fetched HTTP basic auth (with your account's live API key) must be used.

Please contact Refonte.AI Support to enable secure result URLs for your account.

Updated about 2 months ago