The Challenge
Secondary Challenge Token
After obtaining the initial x-kpsdk-ct token, many Kasada implementations require a secondary cd token that validates the session continuation.
Our Solution
CD Token Generation
Our API handles the secondary cd token generation, completing the Kasada challenge flow for full session compatibility.
- x-kpsdk-cd token generation
- Session continuation support
- Client token handling
- Feature config processing
Technical Details
Key parameters for integration.
Header
x-kpsdk-cdChallenge TypeSession Continuation
Common Errors Solved
429 Too Many Requests403 Forbidden
Integration is easy
Stop fighting with headless browsers. Get the cookie you need in a single API call and attach it to your HTTP client.
integration.js
const response = await fetch('/v1/tasks/submit', {
method: 'POST',
body: JSON.stringify({
service: 'kasada_cd',
url: 'https://example.com'
})
});
// Returns valid x-kpsdk-cd