Challenges
Create a New Challenge
POST
/challenge/new
Create a challenge.
Headers
Name
Value
Response
Solve a Challenge
POST
/challenge/solve
Attempt to solve a challenge.
Headers
Name
Value
Content-Type
application/json
key
<challenge key>
a
<answer>
Response
Get the Question
GET
/challenge/q
Get a challenge's question.
Headers
Name
Value
key
<key>
Response
Last updated
Was this helpful?