Request data is passed to the API by POSTing JSON objects to the API endpoints with appropriate parameters. The documentation for each API call will contain more details about the parameters accepted by the call. As an alternative, you can also use HTTP POST parameters, just like submitting an HTML FORM, but JSON objects are recommended.