Sentinel3 python right API end point

Dear all

I am using sentinel-hub on Python to download sentinel2, landsat8, and, Sentinel3 data.
All works except sentinle3. I set my config.sh_base_url = “https://creodias.sentinel-hub.com/api/” as the documentation described. For example in landsat8: config.sh_base_url = “https://services-uswest2.sentinel-hub.com” work correctly.

sentinelhub.exceptions.DownloadFailedException: Failed to download from:
“Cannot include more than 2 URLs but the URL is same as set”
with HTTPError:
503 Server Error: Service Unavailable for URL: “Cannot include more than 2 URLs but the URL is same as set”
Server response: “503 Service Unavailable No server is available to handle this request.”

The above error returns.

What is the correct URL for the sentinel3 API endpoint?

Hi, this looks like the correct endpoint that you are specifying. However, reading the error message it looks like you are specifying more than 2 URLs in your request. Are you able to share the code you are using so that I can help replicate the error and then debug it with you?