Skip to content

Get elevation data

POST
/api/v1/valhalla/height
curl --request POST \
--url https://example.com/api/v1/valhalla/height \
--header 'Content-Type: application/json' \
--data '{}'

Queries Valhalla service for elevation data at coordinates

Media typeapplication/json
object
Examplegenerated
{}

Elevation data from Valhalla

Media typeapplication/json
object
Examplegenerated
{}

Bad Request

Internal Server Error