curl --request POST \
--url http://co-mind-platform-host/v1/researcher/research \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"query": "<string>",
"maxIterations": 123
}
'{}Start an iterative research session on a topic. Timeout 600s.
curl --request POST \
--url http://co-mind-platform-host/v1/researcher/research \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"query": "<string>",
"maxIterations": 123
}
'{}Bearer token authentication. Supports two token types:
POST /v1/auth/loginPOST /v1/api-tokens, format: cmnd_<tokenId>.<secret>Research session started
The response is of type object.