The Banner Engine is the central processing unit of Ad9Labs. It utilizes a proprietary layout transformer to convert semantic descriptions into high-fidelity visual assets that respect design hierarchies.

Deployment Steps

Define the Intent

Enter your campaign brief into the Prompt Console. Be specific about the action (e.g., "Season End Sale") and the aesthetic mood (e.g., "High-contrast Brutalist").

FIG 01: Prompt Console interface showing mood parameters.

Set Aspect Matrices

Select target platforms. The engine will automatically queue specialized weights for vertical (Story), square (Feed), and horizontal (Banner) aspect ratios.

Execute Generation

Click 'Initiate Engine'. The system processes at approximately 0.8s per variant. Review the resulting matrix in the Preview Grid.

API Integration

For programmatic deployments, use the /v2/generate endpoint. This allows for automated A/B testing cycles directly from your CRM.

POST /v2/generateJSON
{
  "prompt": "Cyber Monday Flash Sale - 40% OFF",
  "brand_id": "brand_7721_alpha",
  "targets": ["ig_story", "fb_feed", "x_card"],
  "variants": 5,
  "style_preset": "minimalist_dark"
}

Best Practices

  • [TIP]Keep core headlines under 5 words for maximum typographic impact in automated layouts.
  • [TIP]Ensure Brand Core assets (SVGs) are simplified to reduce generation latency.