📚 API Documentation
Complete guide to integrating CloudFreed into your applications. Solve Cloudflare challenges with simple HTTP requests.
🎯 API Endpoints
CloudFreed offers two specialized endpoints for different solving methods. Choose the endpoint that matches your integration needs.
🌐 Browser-Based Solving
Simulates a real browser environment to solve challenges. Perfect for complex JavaScript detection and advanced protection systems.
⚡ Request-Based Solving
Direct HTTP request solving for faster processing. Ideal for simple challenges and high-volume operations.
⚡ Lightning Fast
Average response time under 2 seconds for most challenges
🔄 High Success Rate
99.9% success rate against modern protection systems
🛡️ Always Updated
Constantly updated to handle the latest challenge variants
📋 Request Parameters
Parameter | Type | Required | Description |
---|---|---|---|
key |
string | Required | Your CloudFreed API key from Discord |
challengetype |
string | Required | Challenge type: WAFv3 , JSD , or Turnstile |
url |
string | Required | Target URL including protocol (e.g., https://example.com ) |
sitekey |
string | Turnstile Only | Turnstile site key (required only for Turnstile challenges) |
proxy |
string | Optional | Proxy URL: scheme://user:pass@host:port |
🔥 Request Examples
Copy these ready-to-use examples for different challenge types.
Replace your_api_key
with your actual key from Discord.
🚀 Getting Started
1️⃣ Join Discord
Join our Discord server to get your API key and access to support
2️⃣ Get API Key
Purchase credits and receive your unique API key for authentication
3️⃣ Start Building
Use our API builder or integrate directly into your applications