To start using the API you will need an API Key. Keys can be generated via VScanner's dashboard. Once you have generated a new API Key be sure to keep it safe. Don't worry you can always delete the created key and create a new one via the dashboard.
Currently only the custom plan is capable of generating API keys..
To send authenticated requests you will need to pass the API key via the "Authorization" header. Below is a cURL example of sending a request passing the key:
curl https://api.vscanner.ai/v1/api/list_scans \
-H "Authorization: Bearer {API_KEY}",
Comments
0 comments
Please sign in to leave a comment.