template field in POST /v1/run.
| Template | Block types | Typical output |
|---|---|---|
auto | All 17 block types | Depends on prompt |
deep_research | prompt, table, web, web-research, file, yt, memo, text | Research memo |
report | prompt, table, web, yt, document, text | Report (.docx) |
slides | prompt, table, web, yt, presentation, text | Slide deck (.pptx) |
memo | prompt, web, yt, memo, text | Memo (.docx) |
excel | prompt, table, web, yt, excel, text | Spreadsheet (.xlsx) |
app | prompt, app, text | Web app (.html) |
landing_page | prompt, web, image, yt, landing-page, text | Landing page (.html) |
Example
Precedence
When bothblocks and template are provided, blocks wins:
blocks instead of a template.