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
Token Authentication
Generate Content
Create Your Site
Get Your Preview Link
Step 1 Token Authentication |
POST/app/login |
Press on Authorize button found in the documentation page which opens a dialog, as shown below:
Fill in their token in the dialog and Authorize.
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 |
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
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
Step 4 Get Your Preview URL |
GET /jobs/{jobId} |
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.