CONTROL CENTER
Good to see you, there.
Manage your Nova AI models, 1-day free trial, API keys, and website integration.
Models and access
AI Style
Bot
AI fashion & shopping companion that embeds on your store to guide customers.
AI Image
Generation
Upload photos and prompt GPT Image 2 to render studio-grade brand imagery on your website.
Claim your 1-day free trial & API.
Test both the AI Style Bot and GPT Image 2 Studio on our website for 24 hours. Generates an expiring trial API key. No credit card required.
DEVELOPER ACCESS & EMBED
API & Website Integration.
Use your trial or production API key to connect Nova AI to your Shopify, WooCommerce, or custom website.
Active API keys (By Model)
Each model uses a dedicated API key format: nova_bot_... for AI Style Bot and nova_img_... for GPT Image 2.
Loading your keys…
1-Line Storefront Embed Code
Paste this snippet before </body> on your storefront. Automatically uses your dedicated nova_bot_... key.
<!-- Nova AI Shopping Assistant Widget -->
<script
src="https://cdn.nova-ai.io/v1/widget.js"
data-api-key="nova_bot_your_key_here"
data-theme="dark"
async>
</script>
REST API / Image Synthesis Endpoint
Call our high-speed image synthesis worker directly using your dedicated nova_img_... key.
// Call GPT Image 2 Generation API
const res = await fetch("https://elitexgamers.vexwick.store/storywise/api/nova-generate", {
method: "POST",
headers: {
"Authorization": "Bearer nova_img_your_key_here",
"Content-Type": "application/json"
},
body: JSON.stringify({
prompt: "A photorealistic product shoot in morning sunlight",
image: null // optional reference photo base64
})
});
const { image_url } = await res.json();
Live API Key Tester
Paste any Nova AI key (e.g. nova_trial_... or nova_live_...) to instantly verify its authorization, check expiration time, and test sending sample requests.
Model Endpoints
Send HTTP requests from your server or frontend with the Authorization: Bearer <YOUR_KEY> header.
https://asia-south1-zerotrace-9f611.cloudfunctions.net/modelApi/v1/chat
https://asia-south1-zerotrace-9f611.cloudfunctions.net/modelApi/v1/images
INTERACTIVE CREATIVE LAB
GPT Image 2 Studio.
Generate high-resolution visuals from prompt text and optional reference portraits with the live engine.
Create Visual with GPT Image 2
ACTIVITY & METRICS
Usage & Quotas.
Monitor your 1-day free trial status and model API request counts.
Successful image requests
1-Day Free Trial gives you access to test generative visuals.Successful style bot requests
Requests sent via website widget or API are logged in real-time.SUBSCRIPTIONS & INVOICES
Billing.
Manage your active Nova AI plans and purchase production access.
Select your billing cycle (2 Models Available):
nova_bot_live_... production key + 1-line website widget.
nova_img_live_... production key + Live Studio synthesis.
Recent payments
No payments recorded yet.
ACCOUNT CONTROL
Security.
Manage account verification, password recovery, and API security.
Loading…
Send a secure password reset link to your email.
Revoke expired trial keys or roll keys for your production store.