Discussions

Ask a Question
Back to All

D-ID Talks Authorization error

Hello, I am trying to use D-ID with Adalo to setup an avatar selector using the Talks endpoint from D-ID.

My current setup is like this, I have a image uploader in Adalo with will store the image url and trigger a custom action which will set the source_url in the d-id API to the image url, and i have a webhook using Make (integromat) to get the payload after the d-id video is generated so that i can extract the status and results_url. My problem is that when I try to make a custom action to use the GET request for a specific talk eg: https://api.d-id.com/talks/{id}, I keep getting unauthorized error even though the header parameters are correct. I tested it in Postman and it works just fine so I don't know what is going on.

Any sort of help would be greatly appreciated. Thanks