Hi Please can someone share with a basic http post example to an API on the internet. What is the difference between the http and wifi client.
I would like to post {“image” : base64 image} to https://api.server.com. I have looked at the motion example but this is a google script post.
Hi @jerome.iot,
You may refer to this example for HTTP post request. HTTP Post Image and MP4 — Ameba Arduino Documentation v1.1 documentation
HTTP client and wifi client, they are two separate libraries but they can do the post request. However, you will need to understand the syntax difference when using them. You may choose either one to do a post request.
Thank you.