Skip to content

AI Style Group Object

An object that represents an AI style group object associated with a space or an organization.

  • id number

    The numeric ID of the AI style group

  • name string

    The name of the AI style group (max 100 characters)

  • description string

    Description of the AI style group (max 400 characters)

  • source string

    Either “Space” or “Org”

  • author string

    Name of the user who created the AI style group

  • rules_count number

    Number of AI output rules associated with this group

  • ai_output_rule_ids number[]

    Array of AI output rule IDs that belong to this group

AI style group Object
{
"id": 67499417567240,
"name": "Marketing Style Guide",
"description": "Brand guidelines for marketing content creation",
"source": "Space",
"author": "John Doe",
"rules_count": 2,
"ai_output_rule_ids": [123456789012345, 123456789012346]
}