Rest api calls

I am currently working on a POC for reporting with Metabase reports

Please can I get the API REST calls for some of the tasks for the ART App, I found a couple in the documentation, some of the API calls I need are;

  1. Rest Call for scheduling a report

  2. Rest Call to Add a user

  3. Rest call to update a report

  4. Rest call to download a report

  5. Rest call to share a report ( add an email of user )

Thanks in Advance

Hi @cukaumunna
The API documentation is available here:
https://www.metabase.com/docs/latest/api-documentation.html
https://www.metabase.com/learn/developing-applications/advanced-metabase/metabase-api.html

The best way to learn the API, is to just use Metabase while having your browser developer Network-tab open and looking at the request, and what data is being send/received.