AI Website Generator - Protected

Generate Website Manual

Start AI website generation with MANUAL input (no website scraping).

Instead of scraping a URL, provide the company information directly:

  • Company name, description, slogan
  • Contact info (phone, email, address)
  • Services offered
  • Brand colors (hex codes)
  • Tone/style preferences

The AI will generate:

  1. A complete theme.json with your colors and branding
  2. All website pages (home, about, services, contacts, etc.)
  3. Content tailored to your services and target audience

Returns a job_id that can be used to check generation status.

post/api/websites/{website_id}/generate-manual

Path parameters

website_idinteger required

Headers

x-api-tokenstring nullable

Request body

company_namestring required
company_descriptionstring required
company_sloganstring nullable
phonestring nullable
emailstring nullable
addressstring nullable
primary_colorstring nullable
secondary_colorstring nullable
logo_urlstring nullable
facebook_urlstring nullable
instagram_urlstring nullable
linkedin_urlstring nullable
core_valuesstring[]
mission_statementstring nullable
unique_selling_pointsstring[]
warrantiesstring[]
target_audiencestring nullable
company_storystring nullable
customer_benefitsstring[]
key_messagesstring[]
tonestring nullable

Response

Successful Response

job_idinteger required
statusstring required
messagestring required

Changes

No recorded changes to this endpoint across all 1 revision of this API.