Trigger the human verification flow by sending the reviewer a secure email link.
verification.initiated webhook, and increments your API key’s credit usage.
Each call to this endpoint invalidates any previously issued token for the session and generates a fresh one.
x-api-key session middleware. All required data (reviewer, skills, session) is read from the session — no additional fields are needed in the request body.POST /storereviewerdetails/storePOST /step1/storeskills/storePOST /step3/store-verification-items/store| Code | HTTP | Description |
|---|---|---|
MISSING_VERIFICATION_ID | 400 | No recordVerificationId found in session |
REVIEWER_NOT_FOUND | 404 | No reviewer details stored for this session |
NO_SKILLS_FOUND | 404 | No skills found for this session |
VERIFICATION_NOT_FOUND | 404 | No aggregated verification data could be resolved |
EMAIL_SEND_FAILED | 500 | Email constructed but failed to send via AWS SES |
INTERNAL_ERROR | 500 | Unexpected server error |