Reference
API documentation
MuskSolver keeps integration simple. Use one API key, call one main endpoint, and receive solve results directly in your workflow.
Authentication
Send your API key in the X-API-Key header. You can copy your active key from the dashboard after sign-in.
Header
X-API-Key: YOUR_API_KEY
POST /solve
This is the main public integration endpoint. Send challenge details and receive the solve result in the response.
Request body
{
"website_host": "discord.com",
"sitekey": "a9b5fb07-92ff-493f-86fe-352a2803b3df",
"href": "https://discord.com/register",
"rqdata": "optional",
"proxy": "optional",
"task_id": "optional"
}Successful response
{
"success": true,
"token": "captcha_token_here",
"remaining_solves": 1234
}Notes
- Pricing starts at $7 / 1,000 solves.
- Keep your API key private and rotate it if you suspect exposure.
- Use proxy values only when your workflow requires them.
- Monitor remaining balance from successful responses and in the dashboard.
- Check the status page before large runs if solve quality or availability matters.
Need a key first?
Create an account and get access from the dashboard.