Discussions
Issue with Authorization Header: Invalid Key Format Error
Dear D-ID Support Team,
I hope you are well. I am currently encountering an issue while trying to create a video using your API. When I make a POST request to the https://api.d-id.com/v1/talks endpoint, I receive the following error message:
json
Copy code
{"message": "Invalid key=value pair (missing equal-sign) in Authorization header (hashed with SHA-256 and encoded with Base64): 'w7DXnmgSfpXtqROu+BGBffqNwduCwtzvTLNnCuJXnL0='."}
Here is the relevant part of my request:
Authorization Header: "Authorization": "Bearer <MY_API_KEY>"
Request Body:
json
Copy code
{
"source_url": "https://d-id-public-bucket.s3.us-west-2.amazonaws.com/alice.jpg",
"script": {
"type": "audio",
"audio_url": "https://path.to/audio.mp3"
},
"config": {
"fluent": "false",
"pad_audio": "0.0"
}
}
I have verified that my API key is correctly formatted and has the "Bearer" prefix. Additionally, I ensured that the key