API Key Auathentication
Access to our app using an api key is also possible.
Step by step
- Contact us to get your API Key at contact@imageryst.com
- After getting your API Key, you can start using it by putting it in the
Headers
of your requests to our API following this format:
curl -X GET https://api.production.imageryst.io/api/v1/upload \
-H "X-API-Key: <YOUR_API_KEY>"