Last updated

Cincopa REST API V2 to get/set and manipulate assets and galleries

Cincopa REST API V2 is a simple set of REST-based methods that allow you to access almost every aspect of your galleries and assets. Authentication is done with a simple api_token that can be created and deleted per app, setting the permission level according to the needed level and exposure level.

V2 API was designed to be used :

  • in a server-to-server scenario where the api_token and information are not exposed to the public, in such a scenario the permissions level can allow write and delete.

  • in client-to-server scenarios like javascript requests from a public web page, in this scenario permission level will be set to read-only which ensures the safety of your web app. This unique architecture eliminates the need to create a "proxy" service that is usually needed when working with a 3rd party API thus saving you time in integration.

Visit the REST API v2 page to learn more about the method and experiment live with it.