MINARA

Deep research pipeline

POST /v1/research — Run the deep-research pipeline directly from the gateway without going through the chat loop. Equivalent to `minara rese

POST /v1/research

Run the deep-research pipeline directly from the gateway without going through the chat loop. Equivalent to minara research <topic>.

MethodPOST
Path/v1/research
AuthAuthorization: Bearer <token> required when GATEWAY_AUTH_TOKEN is set
Categoryresearch

Request body

{ "topic": "...", "mode": "light" | "heavy" }

On this page