{ "opencollection": "1.0.0", "info": { "name": "Contentstack Analytics Accounts Voice Profiles API", "version": "v2" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Voice Profiles", "type": "folder" }, "items": [ { "info": { "name": "Get all Voice Profiles", "type": "http" }, "http": { "method": "GET", "url": "https://api.contentstack.io/v1/brand-kits/:brand_kit_uid/voice-profiles", "headers": [ { "name": "organization_uid", "value": "" } ], "params": [ { "name": "brand_kit_uid", "value": "", "type": "path", "description": "The unique identifier of the Brand Kit." } ] }, "docs": "Retrieves all Voice Profiles associated with a specific Brand Kit. Voice Profiles define the writing style and tone used in AI content generation for that Brand Kit." }, { "info": { "name": "Create a Voice Profile", "type": "http" }, "http": { "method": "POST", "url": "https://api.contentstack.io/v1/brand-kits/:brand_kit_uid/voice-profiles", "headers": [ { "name": "organization_uid", "value": "" } ], "params": [ { "name": "brand_kit_uid", "value": "", "type": "path", "description": "The unique identifier of the Brand Kit." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new Voice Profile within a Brand Kit defining the writing style, tone characteristics, persona guidelines, and example content for AI generation." }, { "info": { "name": "Get a Voice Profile", "type": "http" }, "http": { "method": "GET", "url": "https://api.contentstack.io/v1/brand-kits/:brand_kit_uid/voice-profiles/:profile_uid", "headers": [ { "name": "organization_uid", "value": "" } ], "params": [ { "name": "brand_kit_uid", "value": "", "type": "path", "description": "The unique identifier of the Brand Kit." }, { "name": "profile_uid", "value": "", "type": "path", "description": "The unique identifier of the Voice Profile." } ] }, "docs": "Retrieves the full configuration of a specific Voice Profile including style guidelines, tone settings, and example content." }, { "info": { "name": "Update a Voice Profile", "type": "http" }, "http": { "method": "PUT", "url": "https://api.contentstack.io/v1/brand-kits/:brand_kit_uid/voice-profiles/:profile_uid", "headers": [ { "name": "organization_uid", "value": "" } ], "params": [ { "name": "brand_kit_uid", "value": "", "type": "path", "description": "The unique identifier of the Brand Kit." }, { "name": "profile_uid", "value": "", "type": "path", "description": "The unique identifier of the Voice Profile." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the configuration of an existing Voice Profile including style guidelines and tone characteristics." }, { "info": { "name": "Delete a Voice Profile", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.contentstack.io/v1/brand-kits/:brand_kit_uid/voice-profiles/:profile_uid", "headers": [ { "name": "organization_uid", "value": "" } ], "params": [ { "name": "brand_kit_uid", "value": "", "type": "path", "description": "The unique identifier of the Brand Kit." }, { "name": "profile_uid", "value": "", "type": "path", "description": "The unique identifier of the Voice Profile." } ] }, "docs": "Permanently removes a Voice Profile from the Brand Kit. This action cannot be undone." } ] } ], "bundled": true }