# AI API NLP - reading documents

**URL:** https://community.thunkable.com/t/ai-api-nlp-reading-documents/1555674
**Category:** Questions about Thunkable X
**Tags:** ai, webapi
**Created:** [October 11, 2021, 11:04am UTC](https://community.thunkable.com/t/ai-api-nlp-reading-documents/1555674 "2021-10-11T11:04:45Z")
**Posts on this page:** 1
**Showing post:** 4

<div class="post-metadata">

### Author: ![tatiang](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/tatiang/32/55482_2.png) [@tatiang](https://community.thunkable.com/u/tatiang)
#### Post date: [October 11, 2021, 9:40pm UTC](https://community.thunkable.com/t/ai-api-nlp-reading-documents/1555674/4 "2021-10-11T21:40:31Z")

</div>

> [@tim.casson.smithpc](#):
>
> Does this include apis from eg python?

Python is just a means of accessing an API. If you can find a JSON request example (usually labeled REST) then it’s relatively easy to implement that in Thunkable. If not, then post a link to API documentation or info about what you have found and someone may be able to help you set up the blocks to use that.

> [@tim.casson.smithpc](#):
>
> Also is there a guide on how to include a web api into Thunkable?

There are several tutorials and demos about APIs. You may find mine helpful:

> [@API JSON Tutorial (Video)](https://community.thunkable.com/t/api-json-tutorial-video/1140575):
>
> Using APIs in Thunkable and understanding how to parse JSON to get certain data from the API response is both a popular and a difficult aspect of using Thunkable. It’s not so much difficult because of Thunkable but because every API url format is different, every API documentation is different, every JSON response is different, etc. In this video, I spend a lot of time talking you through some best practices. It’s not a quick tutorial because if you rush through setting up an API in Thunkable, …

---

_[View the full topic](https://community.thunkable.com/t/ai-api-nlp-reading-documents/1555674)._
