Authentication
Learn how to securely authenticate your applications with Picsart APIs using your unique API Key.
API access
To authenticate, you need to include the provided API Key as a header in your API requests. Here's an example using cURL:
curl '<https://api.picsart.io/tools/1.0/effects>' -H 'x-picsart-api-key: APIKEY'
Replace APIKEY
with your actual API Key when making the request.
Expand your knowledge:
Updated 9 months ago