Set tags for a mind

Replaces all tags for a specific mind with the provided tag list. Pass an empty array to remove all tags.

Authentication

AuthorizationBearer

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

Path parameters

mindIdstringRequired

Request

This endpoint expects an object.
tagNameslist of stringsRequired
Array of tag names to set for this mind. Replaces all existing tags.

Response

Successfully set tags
mindobject

Errors