Web App Integration with Gold-Vision API

I am looking for a tool to build a web app that will integrate with Gold-Vision API and I was wondering if anyone has used Wappler to do this? In simple terms the web app will accept POST data from a web site and pass it on to the Gold-Vision API.
Please reply if anyone has experience of doing this or something similar.

Yes Wappler is more than capable of doing this. You can use the API module.

Thank you for your reply. Do you know if there are any tutorials on how to build a web app that integrates with an external online API such as the one provided by Gold-Vision?

Hi Charles,

While I have not used Gold-Vision before I am currently using a few different external API services, with a couple different authentication methods between them. Checking their website I would start with their Postman collection https://help.gold-vision.com/gold-vision-api/using-a-postman-collection/ as once you make it work in Postman you can easily replicate it into the Wappler API using the same methods setup in Postman.

As for authentication, looks like you need to request an access token that expires in 1 hour so you can keep reusing that token before it expires for making your requests as you mentioned such as POST.

If you have not already seen it, some documentation on API and Wappler here - https://docs.wappler.io/t/api-and-json/3669

1 Like