# POST Request with Facial Recognition API

**URL:** https://community.thunkable.com/t/post-request-with-facial-recognition-api/112030
**Category:** Questions about Thunkable X
**Created:** [June 19, 2019, 3:49am UTC](https://community.thunkable.com/t/post-request-with-facial-recognition-api/112030 "2019-06-19T03:49:34Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![kartik\_old](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/kartik_old/32/28305_2.png) [@kartik\_old](https://community.thunkable.com/u/kartik_old)
#### Post date: [June 19, 2019, 3:49am UTC](https://community.thunkable.com/t/post-request-with-facial-recognition-api/112030/1 "2019-06-19T03:49:34Z")

</div>

Hello,  
I want to add Emotion Recognition in my App.  
I am liking the **Face++** API @ [Face++ Docs](https://console.faceplusplus.com/documents/5679127)  
They have given Curl sample code.  
How should I do this in Thunkable :

 ![temp](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/8/2/825539a6e59ba4be87388f8d7fb6a41c19a6cd06.png)  
Thanks!

---

<div class="post-metadata">

### Author: ![kartik\_old](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/kartik_old/32/28305_2.png) [@kartik\_old](https://community.thunkable.com/u/kartik_old)
#### Post date: [June 19, 2019, 12:30pm UTC](https://community.thunkable.com/t/post-request-with-facial-recognition-api/112030/2 "2019-06-19T12:30:57Z")

</div>

Hello,  
I want o use A Web API, known as [Face++ Face/Emotion Recognition Services.](https://console.faceplusplus.com/documents/5679127)

They have given query parameters, given as follows.

 ![image](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/b/d/bdbd258ee2e8e431843a7160e4769f3174760f07.png)

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

 ![image](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/d/5/d5dfe5b54f06d4b80500c5d9ba81b6e826a494f9.png)

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 :

 ![format](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/7/c/7cc9d2baff09be15d4db5eeaa571b840ae2a209d.png)  
The green shows what I want… What should I do for thi as well?

Thanks! (it’s a big question 😅)  
Kartik

---

<div class="post-metadata">

### Author: ![jane](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/jane/32/27575_2.png) [@jane](https://community.thunkable.com/u/jane)
#### Post date: [June 19, 2019, 12:40pm UTC](https://community.thunkable.com/t/post-request-with-facial-recognition-api/112030/3 "2019-06-19T12:40:34Z")

</div>

Hi there,

Are you asking about how to post something with the Web API component or how to get the properties you want from the response?

You can Post using the [Web API ‘Post’ block](https://docs.thunkable.com/web-api#upload-data).

The community has plenty of tutorials on getting the information on getting the data you want from a response, like [this one](http://community.thunkable.com/t/reverse-geocoding-app-get-location-from-latitude-longitude/82343?u=jane).

Do either of those resources help?

---

<div class="post-metadata">

### Author: ![kartik\_old](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/kartik_old/32/28305_2.png) [@kartik\_old](https://community.thunkable.com/u/kartik_old)
#### Post date: [June 19, 2019, 1:43pm UTC](https://community.thunkable.com/t/post-request-with-facial-recognition-api/112030/4 "2019-06-19T13:43:30Z")

</div>

Hello,  
I have got in touch with the POST Block…  
As the API Query in my code, I want to POST Text to the Website.  
This is my Specific Question…  
Thanks

---

<div class="post-metadata">

### Author: ![jane](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/jane/32/27575_2.png) [@jane](https://community.thunkable.com/u/jane)
#### Post date: [June 19, 2019, 2:27pm UTC](https://community.thunkable.com/t/post-request-with-facial-recognition-api/112030/5 "2019-06-19T14:27:22Z")

</div>

I’m just going to send you a message asking for some details about this project, is that ok?

---

<div class="post-metadata">

### Author: ![ioannis](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/ioannis/32/146956_2.png) [@ioannis](https://community.thunkable.com/u/ioannis)
#### Post date: [November 8, 2024, 12:13pm UTC](https://community.thunkable.com/t/post-request-with-facial-recognition-api/112030/6 "2024-11-08T12:13:21Z")

</div>


