# GeoIQ APIs for India

Here you'll find all the documentation you need to get up and running with the GeoIQ's API.

## Want to jump right in?

Feeling like an eager beaver? Jump into the quick start docs and get making your first request:

{% content-ref url="quick-start" %}
[quick-start](https://docs.geoiq.io/api-docs/quick-start)
{% endcontent-ref %}

## Our APIs

Dive a little deeper and start exploring our API reference to get an idea of everything that's possible with the API:

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Data API</strong></td><td><em>Get geospatial attributes for any lat-long or address*</em><br></td><td><a data-footnote-ref href="#user-content-fn-1">*one / API request</a></td><td><a href="reference/api-reference-india/latest/data-api">data-api</a></td></tr><tr><td><strong>Bulk Data API</strong></td><td><em>Get geospatial attributes for any lat-long or address*</em><br></td><td><a data-footnote-ref href="#user-content-fn-2">*more than 1 / API request</a></td><td><a href="reference/api-reference-india/latest/bulk-data-api">bulk-data-api</a></td></tr><tr><td><strong>Model API</strong></td><td><em>Use the Model API to access the custom model scores^</em><br></td><td>^built on your data with GeoIQ variables</td><td><a href="reference/api-reference-india/latest/model-api">model-api</a></td></tr><tr><td><strong>Address Quality API</strong></td><td><em>Identify quality &#x26; attributes for any address* across India</em><br></td><td><a data-footnote-ref href="#user-content-fn-3">*one / API request</a></td><td><a href="reference/api-reference-india/latest/address-quality-api-india-only">address-quality-api-india-only</a></td></tr><tr><td><strong>Services API</strong></td><td><em>Geocoder, Reverse geocoder &#x26; Autocomplete API</em></td><td></td><td><a href="reference/api-reference-india/latest/address-quality-api-india-only">address-quality-api-india-only</a></td></tr><tr><td><strong>Address Insights API</strong></td><td><em>Get quality scores &#x26; components for any address across India and filter out unreachable ones</em></td><td><a data-footnote-ref href="#user-content-fn-4">*one / API request</a></td><td><a href="reference/api-reference-india/latest/address-insights-api-india-only">address-insights-api-india-only</a></td></tr></tbody></table>

### Complete API reference

{% content-ref url="reference/api-reference-india" %}
[api-reference-india](https://docs.geoiq.io/api-docs/reference/api-reference-india)
{% endcontent-ref %}

[^1]: Only one location, boundary or address can be used in Data API

[^2]: More than one location, boundary or address can be used in Data API

[^3]: Only one address can be used per API in Address Quality API

[^4]: Only one address and use-case can be used per API in Address Insights API


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.geoiq.io/api-docs/geoiq-apis-for-india.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
