Ask AI API
4 endpoints. All requests need an Authorization header — see Authentication. API keys additionally need the matching scope.
| Method | Path | Description |
|---|---|---|
POST |
/api/ask/ |
Ask Accepts a JSON body. |
POST |
/api/ask/action |
Create Action Plan Accepts a JSON body. |
POST |
/api/ask/action/{plan_id}/confirm |
Confirm Action Plan |
POST |
/api/ask/action/{plan_id}/reject |
Reject Action Plan |
Try it
The full request/response schema for every endpoint is in the OpenAPI spec served by your own workspace.