API 2.0

API 2.0 supports only the JSON format. Use the following base URL address for all your API requests:

https://vxcube.drweb.com/api-2.0/

Authorization

For authorization, get an API key. You can do that in one of the following ways:

Sign in to Dr.Web vxCube, select Profile, then Settings, and click API sessions.

Send the POST login request.

The API key is required to be specified in the header of each request (except POST login) as the following string:

Authorization: api-key <API key>