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>.
| Method | POST |
| Path | /v1/research |
| Auth | Authorization: Bearer <token> required when GATEWAY_AUTH_TOKEN is set |
| Category | research |
Request body
{ "topic": "...", "mode": "light" | "heavy" }