Remote APIs allow clients connecting from a separate tier to communicate
with the SkyVault content application server. Remote APIs are based on web services and
RESTful and CMIS protocols, and are language agnostic, allowing you to develop against these
APIs using a range of languages including Java, PHP, Ruby, and .NET.
There are several Remote APIs available, including:
- SkyVault API for Cloud Content - The SkyVault API lets you access content managed by SkyVault Cloud from your own applications. The API is RESTful, which means each call is an HTTP request, so you don't even need a programming language to try it out. Further information can be found on the SkyVault Developer Portal.
- RESTful - HTTP-based resource oriented interfaces used by the Surf framework and SkyVault Share. More information can be found in the RESTful API Reference.
- CMIS - a standard that defines web services and REST-based bindings for working with CMIS compliant repositories. Further information can be found in the CMIS guide.