Skip to content

Retrieve a Single AI Style Group in a Space

https://mapi.storyblok.com/v1/spaces/:space_id/ai_style_groups/:style_group_id

Retrieve a specific AI style group available in the specified space.

  • :space_id required number

    The ID of the Space

  • :style_group_id required number

    The ID of the AI style group

curl "https://mapi.storyblok.com/v1/spaces/288868932106293/ai_style_groups/67499417567240" \
-H "Authorization: YOUR_OAUTH_TOKEN"
Response
{
"ai_style_group": {
"id": 112349681021576,
"name": "Brand Voice Guidelines",
"description": "Defines the tone and style for all marketing content.",
"source": "Space",
"author": "Arpit Batra",
"rules_count": 0,
"ai_output_rule_ids": []
}
}