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's gravatar image

clivef
1112
accept rate: 0%


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.

permanent link

answered 16 Dec '19, 08:48

wiell's gravatar image

wiell
1573
accept rate: 20%

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×27

question asked: 05 Dec '19, 15:54

question was seen: 2,947 times

last updated: 16 Dec '19, 08:48