The Unicat API is JSON based for both requests and responses. A JSON Web Token (JWT) is used for authorization.
The base endpoints for the API are:
https://unicat.app/api
https://unicat.app/sync
https://unicat.app/dam
https://unicat.app/media
The api
endpoint is used for user and project management and project data manipulation; the sync
endpoint is used for real-time syncing of that data in a multi-user environment.
The dam
API is used for image information and transforms; the media
endpoint is used to fetch the transformed images and previews.