How to do an HTTP POST Request with Web API?

Hello,
I want o use A Web API, known as Face++ Face/Emotion Recognition Services.

They have given query parameters, given as follows.

My Friend suggested this Code : (Sorry, it’s from Kodular…Please do not mind)

I have formatted the query, according to my preferences…
Now, they ask to do a POST Request. The above code works fine. I set the web1 URL to their URL provided, and did a POST Request with my formatted Query.

The Sample .json, which comes is :


The green shows what I want… What should I do for thi as well?

Thanks! (it’s a big question :sweat_smile:)
Kartik

2 Likes

3 posts were merged into an existing topic: How should I use this API?