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>",
      "text": "<string>",
      "data": {}
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.satsuma.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API Key authentication

Query Parameters

address
string
required

Complete address string including street, city, state/province, and optionally country api.utility.field.address.description

Example:

"1600 Amphitheatre Parkway, Mountain View, CA"

Response

200 - application/json

OK

data
object
messages
object[]