Skip to main content
Version: 0.1.0

embraceableAI Conclusion API

The Conclusion API provides programmatic access to Conclusion Models — a new category class of generation models designed for structured, validated, and policy-aligned reasoning.

Unlike traditional LLMs that generate text token-by-token, Conclusion Models utilize Cognitive Control to execute a multi-step reasoning process. This ensures that every conclusion is not only high-quality but also traceable, policy-compliant, and logically sound.

The API follows an asynchronous workflow: initiate a conclusion via POST /preview/conclusion, then poll GET /preview/conclusion/{conclusionId} until completion. Authentication uses Bearer tokens (API tokens euat-* or personal API tokens epat-*).

For detailed documentation, examples, and best practices, see the Conclusion API documentation.

Authentication

Authentication requires a Bearer Token in the Authorization header. Two token types are available: API tokens (euat-*) for production applications with higher limits, and personal API tokens (epat-*) for personal development. Tokens are opaque and must be sent over HTTPS.

Security Scheme Type:

http

HTTP Authorization Scheme:

bearer

Bearer format:

opaque