gosolveApi
  1. Kasada
gosolveApi
  • FAQ
  • 常见问题
  • Contact Us
  • Akamai
    • akamai_v2
      POST
    • akamai_v3
      POST
    • akamai_sbsd
      POST
  • Kasada
    • kasada_ct
      POST
    • kasada_cd
      POST
  • Incapsula
    • incapsula_reese84
      POST
    • incapsula_utmvc
      POST
    • incapsula_rbzid
      POST
  1. Kasada

kasada_cd

POST
https://api.gosolve.cc/resolve
akamai_abckbmsz

Request

Header Params
Content-Type
string 
optional
Example:
application/json
Body Params application/json
item
string 
required
Must be kasada
ver
string 
required
Must be cd
clientKey
string 
required
task
object 
required
st
string 
required
x-xpsdk-st
ct
string 
required
x-kpsdk-ct
workTime
string 
optional
To prevent errors in server time, you can submit your current timestamp for use (optional)
Example
{
    "item": "kasada",
    "ver": "cd",
    "clientKey": "98ef121f-7081-4845-8656-dc89094074aa",
    "task": {
        "st": "1742289252588",
        "ct":"0JLKNOAtk4yEWTXdAaEX6gfvxwZqDMzo8KnVt7wBWFO0aXBfhjAxGMNlQKxnx37trrSJ1COlIA7WqxgaIaGoUGq7FvqhtszR7fHeAEu6TMLwTYoz4HSkXiGOAlwWTJWEOzibQC2ikjSJYITKdJEq8yNLV5rcNlcwNn28o9F9",
        "workTime": "1742289252704"
    }
}

Responses

🟢200成功
application/json
Body
code
integer 
required
msg
string 
required
payload
string 
required
Example
{
  "code": 0,
  "msg": "OK",
  "payload": "{\"workTime\":1740991670978,\"id\":\"c4a55777dbb028463c575673148bdf94\",\"answers\":[4,3],\"duration\":1.5,\"d\":1255,\"st\":1740991655000,\"rst\":1740991656255}"
}
Previous
kasada_ct
Next
incapsula_reese84
Built with