Skip to main content
Using TypeScript? The @nova-sdk/api package handles auth, retries, and types for you. Install it with npm install @nova-sdk/api.

Prerequisites

API key from the Embed Portal (sk_test_* for sandbox)
A stable tenant external ID for your customer

Step 1: Generate clarification questions (optional)

Response
Store questionSet.id for the next step.

Step 2: Generate criteria

Step 3: Submit a score request

Response

Step 4: Receive results

Use webhooks for real-time delivery, or poll via GET /v1/jobs/{jobId}/applications/{applicationId}/scoring-jobs/{scoringJobId} as a fallback.