Discussions

Ask a Question
Back to All

Error 400175 in API Streaming Avatar Integration

(edited)

Hello guys, I'm having a problem when I try to make a http request with api streaming avatar at make.com platform. So,here this is the parameters below:

url: https://api.heygen.com/v1/streaming.start
method: post
headers: accept: application/json
content-type: application/json
x-api-key: my api key

body type: raw
content-type: json

request content:
{
"session_id": "{{11.data.session_id}}",
"sdp": {
"type": "{{11.data.sdp.type}}",
"sdp": "{{11.data.sdp.sdp}}"
}
}

So, when I submit this request the output send me the following message:
Data {"code":400175,"message":"invalid request json body"}

Above is the http request in make using the http request module. Please, how can i solve this error? i think that every request content is ok.