I am having an issue with the driving-hgv endpoint.
Yesterday everything was working fine, but today requests to driving-hgv started returning 400 Bad Request.
For example, this endpoint also fails:
https://api.openrouteservice.org/v2/directions/driving-hgv?api_key=xxx&start=-xx&end=-xx
Response body:
{
"error": {
"code": 2003,
"message": "Parameter 'profile' has incorrect value of 'unknown'."
},
"info": {
"engine": {
"build_date": "2025-10-31T12:33:09Z",
"graph_version": "3",
"version": "9.5.0"
},
"timestamp": 1775385468418
}
}
What is strange is that driving-car works correctly with the same API key, so the issue seems to affect only driving-hgv.
I also do not think this is related to limits or credits, because my API key still has enough quota.
Has anything changed recently for the driving-hgv profile, or is this a temporary service issue?
Thanks.