Initiate a new structured conclusion
POST/preview/conclusion
Starts an asynchronous conclusion with a Conclusion Model. Upon success, returns a conclusion ID immediately while processing happens in the background.
The task is defined using three components: Goal (primary objective), Details (context and background information), and Policy (hard constraints that must be followed). The model navigates through cognitive phases to produce a validated result.
Request
Responses
- 201
- 400
- 401
- 404
- 409
- 429
Conclusion successfully created and queued for processing.
Response Headers
Location
Relative URL to poll for the conclusion status and retrieve results.
Invalid input parameters or malformed request.
Authentication failed - invalid or missing API key.
Model not found - invalid identifier or model not available.
Number of parallel inflight exceeded.
Rate limit exceeded.