curl --request POST \
--url http://co-mind-platform-host/v1/researcher/synthesize \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"sessionId": "<string>",
"format": "<string>"
}
'{}Synthesize research session results into a specified format.
curl --request POST \
--url http://co-mind-platform-host/v1/researcher/synthesize \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"sessionId": "<string>",
"format": "<string>"
}
'{}Bearer token authentication. Supports two token types:
POST /v1/auth/loginPOST /v1/api-tokens, format: cmnd_<tokenId>.<secret>Synthesized output
The response is of type object.