API Online
PVD STUDIO REST API v2.6

Enterprise REST API Documentation

Direct programmatic access to our universal link resolver & 28+ Roblox key system solver cluster with high-concurrency rotating proxies.

Base URL: https://pvdstudio.online
Format: JSON (UTF-8)
Active Key: pvd_your_api_key

Tier Specifications & Speed Limits

Per-Second Burst Limiter
Account Tier Monthly Quota Sub-Keys Max Rate Limit (Speed) Supported Systems Proxy Pool
Free Tier ($0) 100 reqs / day 1 Key 1 req / 1s Standard Ad Links Shared Pool
Plus ($0.50) 1,000 reqs / mo 3 Keys 2 reqs / 1s All 28+ Key Systems & Ads Fast Routing Queue
Pro ($2.50) 5,000 reqs / mo 5 Keys 5 reqs / 1s Priority Anti-Bot Routing High Concurrency Pool
Ultra Unlimited ($5.00) Unlimited (∞) 10 Keys 10 reqs / 1s All 28+ Systems & Zero Queue Dedicated VIP Proxies

Available API Endpoints

GET https://api.v1.bypass.pvdstudio.online/Premium Starter & VIP
Universal Link & Key System Solver

Decrypts multi-step checkpoints, ad-walls, and generates valid executor keys with rotating residential proxy failover.

Query Parameters:
Parameter Type Required Description
url string (URL) Yes Target link to bypass (e.g. https://gateway.platoboost.com/...)
key string Yes Your active PVD Studio API Key (e.g. pvd_...)
GET https://api.v1.bypass.pvdstudio.online/Free Free Tier
Ad Link Solver Only

Resolves basic ad shorteners (Linkvertise, Rekonise, Boosty, Sub2Unlock, etc.). Rate limited to 1 req/sec.

GET https://api.v1.support.pvdstudio.online/ Public
Live Services & Catalog JSON

Returns JSON array of all 37+ supported domains, categories, operational statuses, and documentation examples.

GET https://status.pvdstudio.online/ Public
Cluster Latency & Node Health

Real-time server ping, uptime, active proxy count, and bypass cluster telemetry.

Multi-Language Integration Snippets

# Universal Premium Bypass
curl -X GET "https://api.v1.bypass.pvdstudio.online/Premium?url=https://gateway.platoboost.com/a/8?id=12345&key=pvd_your_api_key"

# Check Supported Services
curl -X GET "https://api.v1.support.pvdstudio.online/"

Standardized JSON Response Schemas

200 OK (Success)
{
  "success": true,
  "status": "success",
  "query": "https://gateway.platoboost.com/...",
  "data": {
    "Result": "https://destination-url.com/key?token=xyz",
    "Time": "0.35s",
    "Service": "PlatoRelay",
    "Tier": "Premium"
  }
}
429 Rate Limited
{
  "success": false,
  "status": "rate_limited",
  "message": "Rate limit exceeded (Starter Pass Tier - Max 2 reqs/1s). Please space out your API requests."
}
401 Unauthorized
{
  "success": false,
  "status": "unauthorized",
  "message": "API Key does not exist or has been disabled."
}
403 Quota Exceeded
{
  "success": false,
  "status": "quota_exceeded",
  "message": "Monthly request quota limit reached (500/500 reqs). Please upgrade your subscription plan in the dashboard."
}