Quick Creator API will help you integrate Quick Creator directly into your own platform or tool.
Build and launch websites at scale, pull data from your CRM or any connected platform, and automatically generate personalised websites tailored to each prospect at scale.

Step by Step Guide

  1. Token Authentication

  2. Generate Content

  3. Create Your Site

  4. Get Your Preview Link

Step 1  Token Authentication

POST/app/login
Authentication token required
To authenticate and access the endpoints, you need to follow the below steps:
  1. Press on Authorize button found in the documentation page which opens a dialog, as shown below:

Screenshot 2026-03-11 at 14.16.31.png
  1. Fill in their token in the dialog and Authorize. 

Screenshot 2026-03-11 at 14.16.48.png
 

After, you can use any endpoint in the documentation because the token is being added in all the following requests.

  • Open the /token endpoint - in the API explorer

  • Enter your personal token - do not share this with others

  • Execute the request - a successful response confirms you're authenticated

Step 2  Content Generation

POST / generate content 
Generate AI content for template

Use a template to generate AI-powered content for your site. After executing, copy the response data — you'll need it in Step 3.

  • Set your templateId - specifies which template you would like to use, to get the generated content

  • Add globalData - include brand info, business name, or any site-wide details

  • Set siteLanguage - the language for generated content, e.g. "en", "fr", "de"

  • Include toneOfVoice & targetAudience(optional)- specify a tone of voice and audience to shape how content reads.

  • Clear "text": {} and "testimonials": {} - leave these as empty objects so the AI fills them in

  • Execute, then copy everything inside "data" : {} from the response-you will paste this in Step 3

content generation API.png

Step 3  Create your site

POST/sites

Configure your site settings and attach the generated content from Step 2. After executing, grab the jobId from the response.

  • Remove the accountId line - only include this for existing accounts; leave it out for new setups

  • Set your username - this becomes part of your site's identifier

  • Set siteLanguage - should match the language chosen in Step 2

  • Remove colorPalette (optional) - remove this field to keep the original template colours

  • Paste the copied data into "aiData": {} - this is the content you copied at the end of Step 2

  • Execute and copy the jobId - you will need this in the final step

Screenshot 2026-03-11 at 12.18.28.png

Step 4 Get Your Preview URL

GET /jobs/{jobId}
Get job status

Check the status of your site build and retrieve the live preview link.

  • Paste the jobId -use the jobId you copied from Step 3

  • Execute the request

  • Find the previewUrl in the response - open it in your browser to review your site.


     

Was this article helpful?
0 out of 0 found this helpful