Skip to main content
GET
/
brand
cURL
curl https://api.neuraldraft.io/v1/brand \
  -H "Authorization: Bearer ndsk_live_yourkey"
{
  "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": "#3F6B5C",
      "name": "deep sage"
    },
    "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.

Response

The brand object.

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.