Discussions
use personal S3 presigned URL as source_url to get face detection
25 days ago by appdev-mp
Dear D-iD support,
Is it possible to directly use personal S3 presigned URL as source_url for POST requests to the face detection endpoint (https://api.d-id.com/images/face-detection) instead of uploading local image file the image to the temporary storage endpoint (https://api.d-id.com/images)?
I also tried to use the personal S3 presigned URL as source_url with https://api.d-id.com/images.
I got InvalidFileNameError (400) with description "invalid file name".
The presigned URL was valid and accessible when I tried.
We are particularly concerned about data security and minimizing traffic overhead.
Looking forward to hearing from you.
Thank you!