Authenticate API requests using the API Key
FileSpin API calls can be authenticated with a valid API Key in HTTP Header
Replace {API_KEY} with your API Key
curl -H "X-FileSpin-Api-Key:{API_KEY}"
Send API request with API key in request header like:-
X-FileSpin-Api-Key:{API_KEY}
Where {API_KEY} should be replaced with your API Key