Services.sentinel-hub.com vs creodias.sentinel-hub.com catalog search endpoints

What is the difference between services.sentinel-hub.com and creodias.sentinel-hub.com catalog search endpoints?

I have another issue
https://services.sentinel-hub.com/api/v1/catalog/1.0.0/search returns result while
https://creodias.sentinel-hub.com/api/v1/catalog/1.0.0/search didn’t return results for the same body parameters

Search request body:

{
    "collections": [
        "sentinel-2-l2a"
    ],
    "datetime": "2024-01-01T00:00:00Z/2024-01-01T23:59:59Z",
    "intersects": {
        "type": "Polygon",
        "coordinates": [
            [
                [
                    39.194026,
                    21.535326
                ],
                [
                    39.194026,
                    21.49013
                ],
                [
                    39.243487,
                    21.49013
                ],
                [
                    39.243487,
                    21.535326
                ],
                [
                    39.194026,
                    21.535326
                ]
            ]
        ]
    },
    "filter": {
        "op": ">=",
        "args": [
            {
                "property": "eo:cloud_cover"
            },
            0
        ]
    },
    "filter-lang": "cql2-json"
}

The creodias.sentinel-hub.com end-point is getting deprecated and there were no products updated since November 2023. The Documentation is not accurate in this regards, sorry about that.

The Creodias API end-point has now moved to Copernicus Data Space Ecosystem and can be accessed as described here:
https://documentation.dataspace.copernicus.eu/APIs/SentinelHub/Catalog.html
(note that you will need a separate account for that; and there are free accounts available, funded by European Union)

Thanks @gmilcinski for clarifying.

But I’m confused now about the relationship between Copernicus, Sentinel-Hub and Creodias because I found the same sentinel-hub APIs on copernicus website https://documentation.dataspace.copernicus.eu/APIs/SentinelHub/Process.html

Also Creodias refer to sentinel-hub on their website https://creodias.eu/eobased-services/sentinel-hub/

Can you please explain to me the relationship between all of them?

Best regards,

Sentinel Hub is a technology, that is deployed in several places, including sentinel-hub.com and dataspace.copernicus.eu (and it’s commercial counterpart, CREODIAS).