From 7b844d7773216fa14d32c20692f069a4e162085b Mon Sep 17 00:00:00 2001 From: Carla Date: Fri, 12 Feb 2016 15:23:28 +0100 Subject: [PATCH] Update API.md --- doc/API.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/doc/API.md b/doc/API.md index 74ca2ef..4b4ffb1 100644 --- a/doc/API.md +++ b/doc/API.md @@ -1,4 +1,6 @@ -# Geocoder API +# Data Services API + +The CartoDB Data Services API offers a set of location based services that can be used programatically to empower your geospatial applications. The CartoDB Geocoder API allows you to match your data with geometries on your map. This geocoding service can be used programatically to geocode datasets via the CartoDB SQL API. It is fed from _Open Data_ and it serves geometries for countries, provinces, states, cities, postal codes, IP addresses and street addresses. @@ -6,4 +8,5 @@ The CartoDB Geocoder API allows you to match your data with geometries on your m * [Quickstart](quickstart.md) * [General concepts](general_concepts.md) -* [Reference](reference.md) +* [Geocoding functions](geocoding_functions.md) +* [Routing functions](routing_functions.md)