Authentication

Every API request to Dr.Web vxСube service should be authenticated using an API key. The key serves as a user ID or access key to the service, much like a login and password on a web interface. To authenticate, add an Authorization header with an API key to your API request.

Example request

curl -X GET https://vxcube.drweb.com/api-2.0/analyses/60e21c98-7c2a-4112-81b5-a577f6cdf4db \

-H "Content-Type: application/json" \

-H "Authorization: api-key aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee"

You can create an API key on the service’s web interface or by sending an API request.