API
Get started with the robust Pritset API! In this section, you will gain an understanding of how to utilize our API. There are two services at your disposal: the template service and the image service. Before you begin using the API, it's recommended to thoroughly review the information provided below to ensure a smooth start
Authentication
Initially, to utilize the Processing API endpoints, you must to obtain an access token and secret from profile page. To perform secure processing requests you have to pass access token, secret and application key to request headers.
Header name | Value |
---|---|
Authorization | Pass access token here |
X-Application-Key | Pass application key here |
X-Secret | Pass secret here |
Now we can move on to the Processing Image API and Processing Template API