Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
curl https://api.yourservice.com/api/v1/humanverification/skills/ver_live_abc123
{ "success": true, "data": { "recordVerificationId": "ver_live_abc123", "skills": [ { "skillId": "skill_001", "name": "React", "proofUrls": ["https://github.com/user/project"] }, { "skillId": "skill_002", "name": "Node.js", "proofUrls": [] } ] } }
Return all skills for a verification session — used to render the reviewer’s page.
MISSING_VERIFICATION_ID
NO_SKILLS_FOUND
INTERNAL_ERROR