curl --request POST \
--url http://co-mind-platform-host/v1/auth/register \
--header 'Content-Type: application/json' \
--data '
{
"email": "jsmith@example.com",
"password": "<string>",
"name": "<string>"
}
'{
"message": "<string>",
"userId": "<string>"
}Register a new user account with email, password, and name.
curl --request POST \
--url http://co-mind-platform-host/v1/auth/register \
--header 'Content-Type: application/json' \
--data '
{
"email": "jsmith@example.com",
"password": "<string>",
"name": "<string>"
}
'{
"message": "<string>",
"userId": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://docs.co-mind.ai/llms.txt
Use this file to discover all available pages before exploring further.