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 type application/json
object
Example generated
{}

Elevation data from Valhalla

Media type application/json
object
Example generated
{}

Bad Request

Internal Server Error