> For the complete documentation index, see [llms.txt](https://docs.geopard.tech/geopard-tutorials/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.geopard.tech/geopard-tutorials/in/api/geopard-api.md).

# GeoPard API अवलोकन

<figure><img src="/files/c2aab9cda762317329ea5179de360379074f5938" alt="GeoPard - Precision Agriculture API"><figcaption><p>GeoPard एक प्रिसीजन एग्री प्लेटफ़ॉर्म है, जिसमें API के ज़रिए सभी फ़ंक्शन उपलब्ध हैं</p></figcaption></figure>

GeoPard API सहज इंटरैक्शन के लिए GraphQL और REST दोनों एंडपॉइंट्स देता है। एक passive और active, दोनों तरह के इंटरफ़ेस के रूप में काम करते हुए, यह दूसरी एप्लिकेशनों को प्रोग्राम के ज़रिए analytical derivatives बनाने का अनुरोध करने और जटिल डेटा प्रोसेसिंग से जुड़ी अपडेट्स प्राप्त करने देता है।

GeoPard API के ज़रिए, कोई भी raw datasets — जिनमें harvesting, machinery, soil sampling और scanners, satellite imagery, और topography शामिल हैं — साथ ही analytical derivatives जैसे management zones, equation maps, recommendations, और raster surfaces, आसानी से out-of-the-box उपलब्ध हैं।

GeoPard API भौगोलिक डेटा के लिए अलग-अलग rendering विकल्पों का समर्थन करता है, और Raster (`jpg`, `png`, `geotiff`) और Vector (`shp`, `geojson`, `isoxml`) formats, दोनों को संभालता है। API का पूरा overview देखने के लिए, हमारी [blog post](https://geopard.tech/blog/upkdhsnyk1-precision-agriculture-api/).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.geopard.tech/geopard-tutorials/in/api/geopard-api.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
