Can I get the kilometric distance using OSRM api?

I try to get the distance both in time and kilometer between pairs of points (thousands of them). I found that I can use http://router.project-osrm.org/table/v1/driving/x1,y1;x2,y2; to get the time distance matrix. Is there an easily accessible way to do the same but for metric distance ?

Thanks :slight_smile:

Append this:
?annotations=duration,distance

See: osrm-backend/docs/http.md at master · Project-OSRM/osrm-backend · GitHub