v1
latestOpenAPI 3.0.02026-07-2248161142.3 KBCollect Information
Get VPS Screenshot
This endpoint retrieves a current screenshot of the specified KVM VPS.
The api_host parameter, obtained from the "Create AUTH-session" response,
is dynamically set in the URL.
Provide the signature, kvm_id, and valid_until parameters obtained
from the same response to retrieve the screenshot.
post/kvm/v2/get/screenshot
Response
Screenshot retrieved successfully.
Example response
{
"status": "success",
"data": "data:image/jpg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD...",
"note": "var obj = JSON.parse(serverResponse); img.src=obj.data;"
}