Authentication

The Shutterscore API uses API keys to authenticate requests. You can view and manage your API keys in the Shutterscore Dashboard.

Test mode public keys have the prefix PUBK_TEST_ and while the live mode public keys have the prefix PUBK_LIVE_. The same applies to the secret keys only that SEC is replaces PUB.

Your API keys carry many privileges, so be sure to keep them secure! Do not share your secret API keys in publicly accessible areas such as GitHub, client-side code, and so forth.

All API requests must be made over HTTPS. Calls made over plain HTTP will fail. API requests without authentication will also fail.

API requests must be made with your secret public key as a X-API-KEY header to the required endpoint. The API base URL is given below.

👍

API Base URL

https://api.shutterscore.io

-H "X-API-KEY: PUBK_LIVE_5aba03ab-eae2-4a43-871d-430ea2839803"

If you do not include your key when making an API request or use one that is incorrect, Shutterscore will return an error.