# 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: 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.geopard.tech/geopard-tutorials/in/api/geopard-api.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.
