> For the complete documentation index, see [llms.txt](https://apidocs.gsped.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://apidocs.gsped.com/overview/formato-richieste-e-risposte.md).

# Formato Richieste e Risposte

Le API Gsped supportano due formati di trasmissione dati:

* JSON
* XML

Per impostare il formato voluto basta definire gli header  **CONTENT-TYPE** e **ACCEPT**

> Esempio per JSON (default)
>
> Content-Type : application/json\
> Accept : application/json
