Enterprise REST API Documentation
Direct programmatic access to our universal link resolver & 28+ Roblox key system solver cluster with high-concurrency rotating proxies.
https://pvdstudio.onlineJSON (UTF-8)pvd_your_api_keyTier 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
https://api.v1.bypass.pvdstudio.online/Premium
Starter & VIP
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_...) |
https://api.v1.bypass.pvdstudio.online/Free
Free Tier
Resolves basic ad shorteners (Linkvertise, Rekonise, Boosty, Sub2Unlock, etc.). Rate limited to 1 req/sec.
https://api.v1.support.pvdstudio.online/
Public
Returns JSON array of all 37+ supported domains, categories, operational statuses, and documentation examples.
https://status.pvdstudio.online/
Public
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
{
"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"
}
}
{
"success": false,
"status": "rate_limited",
"message": "Rate limit exceeded (Starter Pass Tier - Max 2 reqs/1s). Please space out your API requests."
}
{
"success": false,
"status": "unauthorized",
"message": "API Key does not exist or has been disabled."
}
{
"success": false,
"status": "quota_exceeded",
"message": "Monthly request quota limit reached (500/500 reqs). Please upgrade your subscription plan in the dashboard."
}