Skip to main content
POST
/
api
/
v1
/
brand-kits
/
generate-from-upload
Generate From Upload
curl --request POST \
  --url https://api.example.com/api/v1/brand-kits/generate-from-upload \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: multipart/form-data' \
  --form file='@example-file'
{
  "name": "<string>",
  "brand_voice": "<string>",
  "tone_keywords": [
    "<string>"
  ],
  "target_audience": "<string>",
  "logo_url": "<string>",
  "logo_icon_url": "<string>",
  "logo_dark_url": "<string>",
  "logo_square_url": "<string>",
  "logo_wordmark": "<string>",
  "logo_wordmark_font": "<string>",
  "primary_color": "<string>",
  "secondary_color": "<string>",
  "accent_color": "<string>",
  "color_palette": [
    "<string>"
  ],
  "font_headings": "<string>",
  "font_body": "<string>",
  "imagery_style": "<string>",
  "tagline": "<string>",
  "mission_statement": "<string>",
  "industry": "<string>",
  "competitors": [
    "<string>"
  ],
  "seo_keywords": [
    "<string>"
  ],
  "social_links": {},
  "social_profiles": {},
  "location": "<string>",
  "website_url": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.aitasker.co/llms.txt

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

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

multipart/form-data
file
file
required

Response

Successful Response

Draft brand kit data extracted from URL or uploaded file — not yet saved.

name
string | null
brand_voice
string | null
tone_keywords
string[]
target_audience
string | null
logo_url
string | null
logo_icon_url
string | null
logo_dark_url
string | null
logo_square_url
string | null
logo_wordmark
string | null
logo_wordmark_font
string | null
primary_color
string | null
secondary_color
string | null
accent_color
string | null
color_palette
string[] | null
font_headings
string | null
font_body
string | null
imagery_style
string | null
tagline
string | null
mission_statement
string | null
industry
string | null
competitors
string[]
seo_keywords
string[]
social_profiles
Social Profiles · object
location
string | null
website_url
string | null