From 81093155ab3bd4e1b2ad08e59946515915abca00 Mon Sep 17 00:00:00 2001 From: Carla Date: Fri, 13 Nov 2015 16:06:18 +0100 Subject: [PATCH] Update API.md --- doc/API.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/API.md b/doc/API.md index 5fb77e2..10381d1 100644 --- a/doc/API.md +++ b/doc/API.md @@ -5,6 +5,8 @@ ### General concepts The Geocoder API offers geocoding services on top of the CartoDB SQL API by means of a set of geocoding functions. Each one of these functions is oriented to one kind of geocoding operation and it will return the corresponding geometry (a `polygon` or a `point`) according to the input information. +The Geocoder API decouples the geocoding service from the CartoDB Editor, and allows to geocode data (being single rows, complete datasets or simple inputs) programatically. + #### Errors Errors will be described in the response of the geocoder request. An example is as follows: