Setting stops in the map via API

So far, we use RouteXl for the optimizations of routes only. However, we would like to display the optimized route on a map including all waypoints. Is there a way to do this via API, like using the bulk import from the website?

Unfortunately the API does not serve maps. Same for geocoding, these are only available on our website. The API is a simple wrapper around our routing algorithm without the bells and whistles of the website.

If you need to display the route on a website, an alternative may be to use an open-source JavaScript library, such as Leaflet that we also use on our website.