Skip to main content
PATCH
/
brand
cURL
curl -X PATCH https://api.neuraldraft.io/v1/brand \
  -H "Authorization: Bearer ndsk_live_yourkey" \
  -H "Content-Type: application/json" \
  -d '{"colors":{"primary":{"hex":"#2A4A3C","name":"forest"}}}'
{
  "voice": "warm, grounded, inviting; avoids hype",
  "audience": "women 30-55 in greater London seeking stress relief",
  "content_tone": "friendly_professional",
  "content_goals": [
    "drive_class_signups",
    "build_email_list"
  ],
  "preferred_topics": [
    "breathwork",
    "beginner_yoga",
    "prenatal_yoga",
    "mindfulness"
  ],
  "colors": {
    "primary": {
      "hex": "#2A4A3C",
      "name": "forest"
    },
    "secondary": {
      "hex": "#E8DCC4",
      "name": "linen"
    }
  },
  "fonts": {
    "heading": "Fraunces",
    "body": "Inter"
  },
  "logo_url": "https://cdn.neuraldraft.io/prj_2NfQmBcKpXY8/logo.svg",
  "description": "A boutique yoga studio in Richmond offering small-group classes."
}

Documentation Index

Fetch the complete documentation index at: https://docs.neuraldraft.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Project API key. Pass as Authorization: Bearer ndsk_live_.... Manage keys via /projects/me/api-keys. Test-mode keys use the ndsk_test_ prefix.

Body

application/json
voice
string
audience
string
content_tone
enum<string>
Available options:
friendly_professional,
formal,
playful,
authoritative,
warm,
witty
content_goals
string[]
preferred_topics
string[]
colors
object
fonts
object
logo_url
string<uri> | null
description
string

Response

Updated brand.

voice
string

Free-form description of the brand voice.

Example:

"warm, grounded, inviting; avoids hype"

audience
string
Example:

"women 30-55 in greater London seeking stress relief"

content_tone
enum<string>
Available options:
friendly_professional,
formal,
playful,
authoritative,
warm,
witty
Example:

"friendly_professional"

content_goals
string[]
Example:
["drive_class_signups", "build_email_list"]
preferred_topics
string[]
Example:
[
"breathwork",
"beginner_yoga",
"prenatal_yoga",
"mindfulness"
]
colors
object
fonts
object
logo_url
string<uri> | null
Example:

"https://cdn.neuraldraft.io/prj_2NfQmBcKpXY8/logo.svg"

description
string
Example:

"A boutique yoga studio in Richmond offering small-group classes."

languages
object[]

Languages configured on this project.