Hey there,
I’d like to use the API of D-ID within n8n. Some users seem to have managed it, but I just can’t find a way to get the authorization working.
The basic authorization in D-ID is described here:
Within the http Request node I think this set up is needed
as I saw in a solved problem here (How to build a Polling Loop?).
I already tried that with the followind credentials:
- Using my D-ID username as User and the API key as Password
- Using just the API key as both
- Using the base64 encrypted version of my API key the same two ways as above
Also tried various forms of sending a header. The one I thought was in line with the documentation of D-ID was:
- Generic Auth type: Basic Auth
- Credential with username/password for D-ID
- Send header, Specify Headers as “using fields below”
- Header parameters: Name: Authorization / Value: API-key
That fails as well. According to the solved problem of @Sebastian_Irmer in this community that doesn’t seem to be necessary, but I can’t figure out what the D-ID API needs instead.
Can anyone help me with this please? Thanks a lot in advance!
Cheers
Jan




