Create a new mind

Creates a new mind

Authentication

AuthorizationBearer

API key passed as Bearer token in Authorization header (e.g., “Authorization: Bearer YOUR_API_KEY”)

Request

This endpoint expects an object.
namestringRequired>=1 character
emailstringOptionalformat: "email"
imageUrlstringOptionalformat: "uri"
socialMediamap from strings to anyOptional
categoriesstringOptional

Comma-separated list of categories

Response

Successfully created mind
idstring
namestring
slugstring or null
emailstring or null
imageUrlstring or null
socialMediamap from strings to any or null
scopestring
isSelfboolean
tokenCountdouble or null
organizationIdstring or null
createdAtstring or nullformat: "date"
updatedAtstring or nullformat: "date"
digitalTwinslist of objects
Array of digital twins associated with this mind
mindCategorieslist of objects
Array of categories associated with this mind

Errors