# Help with WEB API POST Request

**URL:** https://community.thunkable.com/t/help-with-web-api-post-request/624457
**Category:** Questions about Thunkable X
**Tags:** beginner
**Created:** [June 19, 2020, 8:41am UTC](https://community.thunkable.com/t/help-with-web-api-post-request/624457 "2020-06-19T08:41:53Z")
**Posts on this page:** 1
**Showing post:** 8

<div class="post-metadata">

### Author: ![hdawc](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/hdawc/32/119068_2.png) [@hdawc](https://community.thunkable.com/u/hdawc)
#### Post date: [August 4, 2020, 3:36am UTC](https://community.thunkable.com/t/help-with-web-api-post-request/624457/8 "2020-08-04T03:36:21Z")

</div>

@mercadovirreyes05

The body shouldn’t be curl.

You need to start with this:

 ![web-api-example](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/a/a/aa0910dbf7125aed30f3a2ac37bbaaaea10654a2.png)

Put your correct API key in there and don’t add the colon ‘ **:** ’ after Authorization, it will do that for you when you click the **Add** button

Then you can use these options in the create object component [https://pdfcrowd.com/doc/api/html-to-pdf/http/#reference](https://pdfcrowd.com/doc/api/html-to-pdf/http/#reference)  
like this:

 ![thunk-pdfcrowd-2](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/7/e/7ea513b04273c30d12d98c674011c9ffab6b1aaa.png)

I don’t have a valid API key but that should return a URL which you can put in an “Open Link” Control Component 😊👍

---

_[View the full topic](https://community.thunkable.com/t/help-with-web-api-post-request/624457)._
