Http Request is not generating proper response

Hi,
I got this error:
@"
{
““error””:
{
““message””: “”‘$.messages[0].content’ is invalid. Please check the API reference: https://platform.openai.com/docs/api-reference.“”,
““type””: ““invalid_request_error””,
““param””: null,
““code””: null

}
}"
as a response content while using http request activity and calling an API through it.

Thanks

@Itisha_Gupta

As per error looks like some parameter you sent is invalid or null

can you please tell what are you doing in the activity

cheers

@Itisha_Gupta
Agree with Anil, it looks like one of the required parameters sent is either null or invalid.

Could you please share which endpoint you are trying to hit, so we can let you know what the issue is?

Also if you are trying to hit OpenAI resource, you could also try using the integration service connector available.