Skip to main content
GET
/
utility
/
geocode
Geocode
curl --request GET \
  --url https://api.satsuma.ai/utility/geocode \
  --header 'Authorization: <api-key>'
{
  "data": {
    "type": "<string>",
    "coordinates": [
      123
    ]
  },
  "messages": [
    {
      "context": "<string>",
      "level": "Information",
      "text": "<string>",
      "data": {}
    }
  ]
}

Authorizations

Authorization
string
header
required

API Key authentication

Query Parameters

address
string
required

Complete address string including street, city, state/province, and optionally country

Example:

"1600 Amphitheatre Parkway, Mountain View, CA"

Response

200 - application/json

OK

data
object
messages
object[]
I