Skip to main content

Authentication

API Key

All API requests require a valid api key. You can obtain an api key by signing up for developer access on the developer dashboard.

IMPORTANT: API Keys are secret and should be kept secure - do not share them with anyone or store them in client-side code. If you suspect that your key has been compromised you may request a new one on the developer dashboard.

Include your token as a HTTP request header as follows:

X-API-Key: skXXXXXXXXXXXXXXXX       

See the endpoints for sample code.

CORS

Pixelcut APIs should be accessed from a secure environment (e.g. your servers). API access via browser will result in a CORS error.