API 2.0

API 2.0 only supports 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:

Log into Dr.Web vxCube and click Profile >Settings > 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>