@nova-sdk/api
Criteria Library
Add to Library
Save a criterion to the library for tenant-wide reuse
POST
@nova-sdk/api
Documentation Index
Fetch the complete documentation index at: https://nova.dweet.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
This endpoint isn’t idempotent by default. If you send the same request twice without an
Idempotency-Key, you’ll create duplicate library entries.If you’re retrying after a timeout or network error, send an Idempotency-Key header and reuse it when retrying the exact same request.When to Use
Add criteria to the library when you’ve refined a criterion that works well and want to reuse it:Proven Criteria
After testing a criterion produces expected scores, save it for reuse
Company Standards
Capture company-wide requirements like tenure expectations or culture fit
Response
The response includes the created criterion:What to Save
Good fits for the library:| Category | Examples |
|---|---|
| Tenure & Stability | ”2+ years average tenure at previous roles” |
| Work Style | ”Experience in distributed/remote teams” |
| Communication | ”Strong written communication skills” |
| Culture Fit | ”Examples of ownership and continuous learning” |
| Compliance | ”Authorized to work in specified location” |
Authorizations
Use Authorization: Bearer sk_test_* or Authorization: Bearer sk_live_*.
Headers
Your customer identifier. Tenants are auto-provisioned on first request.
Optional key that makes criteria and library mutation requests safe to retry without duplicating side effects. The namespace is shared across all API keys for the same partner and environment. Reuse the same key when retrying the same request parameters.
Required string length:
1 - 255Body
application/json
Response
Created