Getting started
First of all, if you have not done it yet, you have to create an account.
After logged in, get a private token from the Api Key window by clicking on the top-right menu and selecting 'Api Key'.
Endpoints
All API requests are made to https://api.gonvert.com/ and all requests are served over HTTPS. The current version is v1.
Authentication
All requests to the API must be authenticated with the private token in one of two ways:
-
In the URL as the private_token parameter:
https://api.gonvert.com/v1/...?private_token=f7479feff1ad0b344fe19fay75c2eadc98ee086f5d9696c6a26817b071d176546dc4691fc777f2ab147861429589bbe60f3df0295s5432452a4bec5172b6f217ad
-
In the HTTP Authorization header:
Authorization: "Bearer f7479feff1ad0b344fe19fay75c2eadc98ee086f5d9696c6a26817b071d176546dc4691fc777f2ab147861429589bbe60f3df0295s5432452a4bec5172b6f217ad"
Formats
The API only supports JSON at present. In the request header specify:
Content-Type: "application/json"