Hi, is it possible to use an API to access my Sepal instances to instigate EO data processing / product generation. It is also possible to export any products using the same API. thanks, Clive asked 05 Dec '19, 15:54 clivef |
Sepal has an API that can do anything you can do though the GUI, but it’s neither supported nor documented. It’s the API your browser use to talk to the Sepal server. It might change at any point, though chances are that it will stay pretty stable. I would suggest that you perform whatever operations you want to automate inside the Sepal GUI, with the browser’s developer console open. You can then inspect the requests/responses made. Any API call support HTTP basic authentication headers. answered 16 Dec '19, 08:48 wiell |