Skip to main content
Version: v3New

Create Brand Voice

POST 

/brand-boards/locations/:locationId/brand-voices

Create a brand voice for a location

Request

Version stringrequired

API Version

Available optionsv3
locationId stringrequired

Location ID

application/json

Bodyrequired

    namestring

    Name

    typestringrequired

    Creation type. "manual" creates with provided custom answers, "url" generates answers from a website, "description" generates answers from a text description

    Available optionsmanualurldescription
    urlstring

    Website URL to generate brand voice from. Required when type is "url"

    descriptionstring

    Company description to generate brand voice from. Required when type is "description", optional when type is "url"

    answersobject

    Brand voice answers. Required when type is "manual"

application/json

Created

Schema
    idstringrequired

    Brand voice ID

    namestringrequired

    Brand voice name

    isDefaultbooleanrequired

    Whether this is the default brand voice

    createdAtstringrequired

    Creation timestamp

    updatedAtstringrequired

    Last update timestamp

    locationIdstringrequired

    Location ID

    deletedbooleanrequired

    Whether the brand voice has been soft deleted

    answersobject

    Brand voice answers

    traceIdstring

    Trace ID of request