curl --request GET \
--url https://routing.solvice.io/table/{id}/response/url \
--header 'Authorization: <api-key>'{
"tableId": 123,
"durations": [
[
123
]
],
"distances": [
[
123
]
],
"sources": [
{
"hint": "<string>",
"distance": 123,
"name": "<string>",
"location": [
123
]
}
],
"destinations": [
{
"hint": "<string>",
"distance": 123,
"name": "<string>",
"location": [
123
]
}
]
}Get a signed URL that redirects to the table response stored in Cloud Storage. Useful for large responses.
curl --request GET \
--url https://routing.solvice.io/table/{id}/response/url \
--header 'Authorization: <api-key>'{
"tableId": 123,
"durations": [
[
123
]
],
"distances": [
[
123
]
],
"sources": [
{
"hint": "<string>",
"distance": 123,
"name": "<string>",
"location": [
123
]
}
],
"destinations": [
{
"hint": "<string>",
"distance": 123,
"name": "<string>",
"location": [
123
]
}
]
}API key authentication. Include your API key in the Authorization header.
Table request id.
Redirect to table response in Cloud Storage
Table Response
Table response id. Not to be confused with table request id.
Time distance matrix. In order of sources to destinations indexes in request.
Distance matrix. In order of sources to destinations indexes in request.
Actual sources snapped to map.
Show child attributes
Actual destinations snapped to map.
Show child attributes