Documentation
Everything you need to integrate FastCaptcha — API reference, code examples, and guides for every language and tool.
5-Minute Quick Start
1
Get your free API key
Sign up — 100 free credits, no card needed.
2
POST your captcha image
Send a multipart/form-data or base64 request to /api/v1/ocr/.
3
Get the solved text
Receive {"text": "XK92B"} in ~0.3 seconds.
curl -X POST https://fastcaptcha.org/api/v1/ocr/ \
-H "X-API-Key: YOUR_API_KEY" \
-F "image=@captcha.png"
# {"success": true, "text": "XK92B", "confidence": 0.97, "processing_time": 0.31}
API Reference
Language Integration Guides
Framework & Tool Guides
Can't find what you need?
Open a support ticket and we'll help you integrate in under 24 hours.
Contact Support FAQ