Skip to main content
POST
@nova-sdk/api
Submit an application for scoring. Asynchronous. Nova loads the job’s active criteria automatically.

Request

See Supported Formats for resume format and URL requirements.
jobDescription is passed per-request. Resume files are retained for up to 30 days. Application scoring inputs such as jobDescription, roleKnowledge, applicationData.applicationAnswers, and applicationData.context are retained for 90 days. See Data Retention.

Response

Returns 202 Accepted with a scoring job. If Nova cannot fetch or validate the resume during intake, the request returns a 4xx error and no scoring job is created. Malformed or truncated PDF resumes return 422 RESUME_CORRUPTED; submit a corrected file before retrying.

Status Values

Result Delivery

Results come via webhook. Use polling as a fallback.

Example

Idempotency

This endpoint uses built-in scoring idempotency. Re-submitting the same jobId and applicationId returns the existing scoring job. Idempotency-Key is ignored here. See Idempotency for retry, duplicate submission, and re-scoring behavior.
The HTTP replay header Idempotent-Replayed: true never appears on this endpoint because it stays outside the generic Idempotency-Key middleware.

Batch Scoring

Score multiple applications at once with POST /v1/jobs/{jobId}/scoring-batches.

Authorizations

Authorization
string
header
required

Use Authorization: Bearer sk_test_* or Authorization: Bearer sk_live_*.

Headers

X-Tenant-Id
string
required

Your customer identifier. Tenants are auto-provisioned on first request.

Path Parameters

jobId
string
required

Your job identifier (external ID).

applicationId
string
required

Your application identifier (external ID).

Body

application/json
resume
object
required
jobDescription
string
required

The job posting description. Provides context for AI scoring alongside criteria

Required string length: 1 - 50000
applicationData
object
jobTitle
string
Minimum string length: 1
companyName
string
Minimum string length: 1
roleKnowledge
string

Free-text context about the role: hiring team priorities, scoring preferences, or any additional guidance that helps the AI evaluate applications. Max 15,000 chars

Required string length: 1 - 15000
rescore
object

Re-scoring configuration. When provided with enabled: true, creates a new scoring job

Response

Accepted

scoringJob
object
required