Voxify Studio Docs Sign in
Tools · Recommend

Recommend

Where Webpage and Product Brief generate an ad from scratch, Recommend works on the script the user already has — finding the voices and music that fit it.

What it does

Recommend reads the current script and returns matching production assets — ranked voices and music — so the user can turn their own copy into a finished spot. It's the bridge between a written script and a produced ad.

It appears automatically. Recommend is added to the toolbar whenever at least one tool is enabled — you don't list it in tools.options. The button stays disabled until the script reaches the minimum length (see below).

Why use it

Many users arrive with copy already written — from a brief, a brand guideline, or a previous campaign. Recommend meets them there: no need to regenerate the script, just dress it for production. It pairs naturally with Creative Variations when the user also wants alternative takes on their copy.

How to enable

There's nothing to switch on — Recommend is present as soon as any other tool is. Two things shape it:

javascript
project: { scriptMinChars: 200 },   // when Recommend / Enhance unlock
tools: {
  options: {
    variations: true,               // also return alternative scripts
  },
}

What it returns

Recommend populates the Creative Assets panel for the current script:

When Creative Variations is enabled, a second Creative Variations tab appears alongside, holding alternative scripts (see that page for what each variation carries). Assets and variations load independently, so the editor becomes playable as soon as the assets are ready.