📚 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

https://cloudfreed.com/solve

Simulates a real browser environment to solve challenges. Perfect for complex JavaScript detection and advanced protection systems.

Best for: Websites with complex JS challenges, behavioral analysis, or advanced bot detection

⚡ Request-Based Solving

https://cloudfreed.com/solvereq

Direct HTTP request solving for faster processing. Ideal for simple challenges and high-volume operations.

Best for: Simple WAF challenges, high-speed operations, and lightweight integrations

⚡ 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.

🛡️ WAFv3 Challenge
{ "key": "your_api_key", "challengetype": "WAFv3", "url": "https://protected-site.com" }
🔄 Turnstile Captcha
{ "key": "your_api_key", "challengetype": "Turnstile", "url": "https://turnstile-site.com", "sitekey": "0x4AAAAAAABkMYinukNVyH-y" }
🔍 JavaScript Detection
{ "key": "your_api_key", "challengetype": "JSD", "url": "https://js-protected.com" }
🌐 With Proxy
{ "key": "your_api_key", "challengetype": "WAFv3", "url": "https://target.com", "proxy": "http://user:[email protected]:8080" }

🚀 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

Ready to get started?

💬 Join Discord & Get Your API Key