O
ORIS
Products
Docs
Pricing
Blog
Sign in
Get Started
API Console
Test ORIS API endpoints directly in the browser.
Base URL
Bearer Token
Endpoint
POST
/ai/v1/reason
AI Reason
POST
/ai/v1/stream
AI Stream
GET
/ai/v1/models
List Models
GET
/health
AI Health (public)
GET
/ai/v1/health
AI Health (authed)
GET
/ai/v1/tasks/{id}
Poll Task
Request Body
{ "primitive": "chat.assistant", "vertical": "DE", "messages": [ { "role": "user", "content": "Hello ORIS" } ] }
Send Request
Response
Response will appear here after sending a request.