@nova-sdk/api
Criteria
Generate Clarification Questions
Generate AI-powered clarification questions to refine criteria for a job
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.
Optional but recommended. Answers to these questions produce better criteria.
Selection Types
| Selection Type | Description | Answer Format |
|---|---|---|
single | Choose one option (radio buttons) | string |
multi | Choose multiple options (checkboxes) | string[] |
Example Questions
- Single Select
- Multi Select
Stateful Behavior
Each call creates a new question set. Multiple sets can exist for the same job.Question sets expire. Check
questionSet.expiresAt for the expiration time. Expired question sets are cleaned up per the Data Retention policy.Latency
10-20 seconds (synchronous).Next Step
After collecting answers, pass thequestionSetId and answers to Generate Criteria.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 - 255Path Parameters
Your job identifier (external ID).
Body
application/json
Response
Created