How to add API on new Cross Platform X

How do I add an API on the new cross platform? I have looked at tutorials for the android version but I am still confused.

Please explain what do you mean by “adding an API”?

Hi,
I want to integrate this cURL found on this website but I am not sure how to

https://rorodata.com/showcase/background-removal/

Thank you

I understood. You can use Web Viewer or Web API components to work with web api, for example:

https://docs.thunkable.com/thunkable-cross-platform/2-create/components/data-storage/web-api

Thank you. When I live test my app and push the button, it says undefined? I don’t understand why

Undefined is an undefined value. Can you give me a link to the project to see it?

https://x.thunkable.com/copy/d4a6cbd1bed56646232a905ee5c110e4

You must specify a field name in “get property” block, for example, app

To obtain the field names, attach the response directly to the Label.Text

https://x.thunkable.com/projects/5b1814484fd1c86a314b5299/project/properties/designer/

Thank you!