Routing API curbside strictness

Is there a way to enable soft curbside strictness on the Routing API POST request?

We are trying to use this feature but it throws an error for each point that is on a one-way street that doesn’t fit the curbside preference.

Yes, you can use curbside_strictness: soft for the Routing or Matrix API (currently not documented). The default is strict.

1 Like

Just tested it and it fixes our problem.
Appreciate the quick reply!

1 Like