> 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/ro/documentatie-api/prezentare-generala-a-api-ului-geopard.md).

# Prezentare generală a API-ului GeoPard

<figure><img src="/files/586e09326499e53ad07c41702742b255e91d23a6" alt="GeoPard - Precision Agriculture API"><figcaption><p>GeoPard este o platformă de agricultură de precizie cu toate funcțiile disponibile prin API</p></figcaption></figure>

API-ul GeoPard oferă atât endpoint-uri GraphQL, cât și REST pentru o interacțiune fără probleme. Funcționând atât ca interfață pasivă, cât și activă, permite altor aplicații să solicite programatic crearea de derivate analitice și să primească actualizări asociate cu prelucrarea complexă a datelor.

Prin API-ul GeoPard, orice seturi de date brute - inclusiv date de recoltare, utilaje, eșantionare de sol și scanere, imagini satelitare și topografie - precum și derivate analitice precum zone de management, hărți de ecuații, recomandări și suprafețe raster, sunt ușor accesibile direct, din start.

API-ul GeoPard suportă diverse opțiuni de randare pentru date geospațiale, adaptându-se atât formatelor Raster (`jpg`, `png`, `geotiff`) și Vector (`shp`, `geojson`, `isoxml`) . Pentru o prezentare cuprinzătoare a API-ului, consultați [articolul nostru de blog](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/ro/documentatie-api/prezentare-generala-a-api-ului-geopard.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.
