Skip to main content
This guide walks you through: get an API key, run your first project intelligence flow (upload files → read insights → export a report), and optionally generate a standalone document from a prompt.

1. Get an API key

Pick whichever path fits your workflow — they produce the same sk_live_* key.

2. Run a project intelligence flow

This is the primary surface — upload related files, let the pipeline cross-reference them, read the resulting alerts and insights.
Open insights_report.docx — you’ll see a cover page with a summary strip, then one section per severity with each finding laid out as a titled card with description, source, and recommendations. Same structure every run (it’s a deterministic template, not an LLM write). See the full surface in the Project Intelligence guide.

3. Generate a standalone document

If you don’t need the cross-document analysis — you just want to produce a spreadsheet, report, or deck from a prompt — hit the format endpoints directly. No project required.
The same shape works for /word/generate and /slides/generate. See the format guides for what each agent can produce.

4. Iterate on the same document

Pass the run_id back to resume — the agent already knows the document structure, so the next turn is much cheaper:
Resume works across all generation endpoints. See Runs and tasks for the full resume semantics.

5. Skip polling with a webhook

If you don’t want to block on the sync response, submit asynchronously and let us POST the result to you when ready:
Payload shape and signature verification: Webhooks.

What’s next

Project intelligence

Full surface for cross-document analysis, insights, and reports.

Format guides

Real-world examples for Word, Excel, and Slides generation.

Conversions

Turn any .docx/.xlsx/.pptx into .pdf, .html, .txt, and more.

API reference

Try every endpoint from the browser.