Webservices API
KIT cloud provides an API that allows almost complete control of the platform. Over 170 public methods are available to help you manage video, metadata, chain, drives etc. ...
This API is based on a set of web services that return data in different forms:
- XML
- Json
- JSONP
AppToken is used to conduct transactions with the platform. AppToken is an application that recognizes the transaction method of the product. AppToken is identified by an appKey (a key application provided automatically during the creation process).
More information about generating AppTokens can be found in the Generating AppToken article.
If this does not happen or you wish to try an API, you can request a free one when creating a developer account.
As mentioned above, to conduct transactions with the KIT cloud platform it is necessary to use an ‘appkey’ for every web services call made.
The AppToken generated from the appKey is comprised of 128 characters and takes the following form: 34b54efcb338fb...9914a4534.
# An API to support creativity
Webservices are defined in XML on http, i.e. all the complex parameters are sent as XML. The API was built to allow maximum control of the KIT digital platform and thus the possibility of any application. The following list describes the various 'packages':
- App: concerning AppToken.
- Auth: on the identification.
- Config: on the product configuration.
- Channel: on channels.
- KAD: concerning the KAD.
- Search: on research.
- Upload: on the video upload.
- User: for users of a product.
- Video: on videos.
- Iphone: on the iPhone.
- Channel list: on chains.


