1. Get an API key
Pick whichever path fits your workflow — they produce the samesk_live_*
key.
- From the dashboard (recommended)
- From code (headless signup)
- Sign in to app.overten.ai.
- Open Settings → API keys.
- Click Create key, pick Personal or a workspace, and copy the secret shown once.
- Export it so the rest of this guide can use it:
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.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./word/generate and /slides/generate. See
the format guides for what each agent can produce.
4. Iterate on the same document
Pass therun_id back to resume — the agent already knows the
document structure, so the next turn is much cheaper:
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: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.
