Skip to content
GuidesPlaygroundDashboard

Batch geocode multiple addresses

POST/api/v1/geocode/batch

Batch geocode multiple addresses

Body ParametersJSONExpand Collapse
addresses: array of string

Batch geocode multiple addresses

curl https://plaza.fyi/api/v1/geocode/batch \
    -H 'Content-Type: application/json' \
    -H "Authorization: Bearer $PLAZA_API_KEY" \
    -d '{
          "addresses": [
            "string"
          ]
        }'
{}
Returns Examples
{}