# Requests and responses form

The Gsped API support up to two formats of data transfer:

* JSON
* XML

To set the format just define the headers **CONTENT-TYPE** and **ACCEPT**

> Example for JSON (default)
>
> Content-Type : application/json\
> Accept : application/json
