# Overten API > Generate Word, Excel, and PowerPoint documents programmatically with the Overten API. ## Docs - [Archive Project Endpoint](https://apidocs.overtenai.com/api-reference/public/archive-project-endpoint.md): Soft-archive a project. Files and insights are preserved; the project just disappears from default listings. - [Attach File Endpoint](https://apidocs.overtenai.com/api-reference/public/attach-file-endpoint.md): Upload a file and attach it to the project. - [Check File Info](https://apidocs.overtenai.com/api-reference/public/check-file-info.md): WOPI CheckFileInfo. Returns JSON metadata about the run's primary file. - [Convert File Endpoint](https://apidocs.overtenai.com/api-reference/public/convert-file-endpoint.md): Convert a previously-uploaded file into a different format. - [Create](https://apidocs.overtenai.com/api-reference/public/create.md) - [Create Organization Api Key](https://apidocs.overtenai.com/api-reference/public/create-organization-api-key.md): Issue a new API key for an existing org. Firebase-authed. - [Create Project Endpoint](https://apidocs.overtenai.com/api-reference/public/create-project-endpoint.md) - [Delete Image Endpoint](https://apidocs.overtenai.com/api-reference/public/delete-image-endpoint.md): Soft-delete an image. - [Detach File Endpoint](https://apidocs.overtenai.com/api-reference/public/detach-file-endpoint.md) - [Download Primary](https://apidocs.overtenai.com/api-reference/public/download-primary.md): Redirect to a fresh signed URL for the run's primary output. - [Edit Frame](https://apidocs.overtenai.com/api-reference/public/edit-frame.md): Render the Overten viewer for an authenticated run. - [Excel Analyze](https://apidocs.overtenai.com/api-reference/public/excel-analyze.md): Run the Excel agent in read-only ``ask`` mode against an uploaded file. - [Excel Generate](https://apidocs.overtenai.com/api-reference/public/excel-generate.md) - [Export Run](https://apidocs.overtenai.com/api-reference/public/export-run.md): Re-export a completed run in a different format. - [Generate Report Endpoint](https://apidocs.overtenai.com/api-reference/public/generate-report-endpoint.md): Generate a .docx insights report. - [Get Analysis Status Endpoint](https://apidocs.overtenai.com/api-reference/public/get-analysis-status-endpoint.md): Aggregate view of the Overten pipeline for a project. - [Get File Contents](https://apidocs.overtenai.com/api-reference/public/get-file-contents.md): WOPI GetFile. Returns the run's primary file bytes. - [Get Image Endpoint](https://apidocs.overtenai.com/api-reference/public/get-image-endpoint.md) - [Get Insight Endpoint](https://apidocs.overtenai.com/api-reference/public/get-insight-endpoint.md) - [Get Project Endpoint](https://apidocs.overtenai.com/api-reference/public/get-project-endpoint.md) - [Get Project File Endpoint](https://apidocs.overtenai.com/api-reference/public/get-project-file-endpoint.md) - [Get Report Endpoint](https://apidocs.overtenai.com/api-reference/public/get-report-endpoint.md): Fetch a single report's metadata + fresh signed download URL. - [Get Run](https://apidocs.overtenai.com/api-reference/public/get-run.md) - [Get Task Status](https://apidocs.overtenai.com/api-reference/public/get-task-status.md) - [Humanize](https://apidocs.overtenai.com/api-reference/public/humanize.md) - [List All](https://apidocs.overtenai.com/api-reference/public/list-all.md) - [List Images](https://apidocs.overtenai.com/api-reference/public/list-images.md): List images visible to the caller, newest first. - [List Insights Endpoint](https://apidocs.overtenai.com/api-reference/public/list-insights-endpoint.md) - [List Organization Api Keys](https://apidocs.overtenai.com/api-reference/public/list-organization-api-keys.md) - [List Project Files Endpoint](https://apidocs.overtenai.com/api-reference/public/list-project-files-endpoint.md) - [List Projects Endpoint](https://apidocs.overtenai.com/api-reference/public/list-projects-endpoint.md) - [List Reports Endpoint](https://apidocs.overtenai.com/api-reference/public/list-reports-endpoint.md): List reports that were generated for this project. - [List Runs](https://apidocs.overtenai.com/api-reference/public/list-runs.md): List runs visible to the caller. - [New Content](https://apidocs.overtenai.com/api-reference/public/new-content.md) - [Patch Insight Endpoint](https://apidocs.overtenai.com/api-reference/public/patch-insight-endpoint.md): Mark an insight resolved or attach a resolution note. Matches the semantics of the in-app 'Mark resolved' button so state stays consistent across clients. - [Patch Project Endpoint](https://apidocs.overtenai.com/api-reference/public/patch-project-endpoint.md) - [Preflight Endpoint](https://apidocs.overtenai.com/api-reference/public/preflight-endpoint.md): Run the validator without executing a run. Returns the raw verdict. - [Put File Contents](https://apidocs.overtenai.com/api-reference/public/put-file-contents.md): WOPI PutFile — persist edits from the embedded viewer. - [Remove](https://apidocs.overtenai.com/api-reference/public/remove.md) - [Revoke Organization Api Key](https://apidocs.overtenai.com/api-reference/public/revoke-organization-api-key.md) - [Rewrite](https://apidocs.overtenai.com/api-reference/public/rewrite.md) - [Signup](https://apidocs.overtenai.com/api-reference/public/signup.md): Create (or enable API on an existing) workspace org and return the first API key. Used by docs-only developers to bootstrap API access. - [Slides Generate](https://apidocs.overtenai.com/api-reference/public/slides-generate.md) - [Upload File](https://apidocs.overtenai.com/api-reference/public/upload-file.md): Upload a generic file for later reference by ``file_id``. - [Upload Image](https://apidocs.overtenai.com/api-reference/public/upload-image.md): Upload an image with optional caption/tags for later generation use. - [Verify](https://apidocs.overtenai.com/api-reference/public/verify.md): Validate the API key and return org context + webhook secret. - [Wopi Lock Op](https://apidocs.overtenai.com/api-reference/public/wopi-lock-op.md): WOPI lock / unlock / refresh / get-lock ack. - [Word Generate](https://apidocs.overtenai.com/api-reference/public/word-generate.md) - [Authentication](https://apidocs.overtenai.com/authentication.md): How to sign up, mint API keys, and authenticate every request. - [Changelog](https://apidocs.overtenai.com/changelog.md): Every user-visible change to the Overten API. - [Async vs sync](https://apidocs.overtenai.com/concepts/async-vs-sync.md): When to block, when to enqueue + poll, when to use a webhook. - [Credits and billing](https://apidocs.overtenai.com/concepts/credits.md): How Overten prices API usage and how credits are deducted. - [Edit URL (embedded viewer)](https://apidocs.overtenai.com/concepts/edit-url.md): Give your users a live, in-app view of documents your API generated — no file download, no third-party viewer, no infra on your side. - [Preflight validation](https://apidocs.overtenai.com/concepts/preflight.md): Why your request might be rejected before the agent runs — and what to do about it. - [Runs and tasks](https://apidocs.overtenai.com/concepts/runs-and-tasks.md): The durable unit of work (a run) and the ephemeral unit of execution (a task). - [Webhooks](https://apidocs.overtenai.com/concepts/webhooks.md): Skip polling — receive a signed POST when a run completes or fails. - [Errors](https://apidocs.overtenai.com/errors.md): The standard error shape and every error code you might see. - [Analyze (Excel)](https://apidocs.overtenai.com/guides/analyze.md): Ask natural-language questions of a spreadsheet and get a structured answer. - [Converting documents](https://apidocs.overtenai.com/guides/conversions.md): Convert files between formats — PDF from DOCX/XLSX/PPTX, CSVs from spreadsheets, images from slides. - [Excel guide](https://apidocs.overtenai.com/guides/excel.md): Generate and edit .xlsx spreadsheets — formulas, tables, charts, financial models. - [Project Intelligence](https://apidocs.overtenai.com/guides/projects.md): Create multi-file projects, auto-analyze them for facts and discrepancies, read insights, and download a Word report. - [Slides guide](https://apidocs.overtenai.com/guides/slides.md): Generate .pptx decks — pitch decks, quarterly reviews, technical talks. - [Text editing](https://apidocs.overtenai.com/guides/text.md): Humanize, rewrite, and draft sections — the same writing tools that power the Overten web app. - [Word guide](https://apidocs.overtenai.com/guides/word.md): Generate and edit .docx files — letters, reports, memos, contracts. - [Introduction](https://apidocs.overtenai.com/introduction.md): Project intelligence that understands your documents — catch conflicts across files, surface insights, and generate reports. Plus on-demand Word, Excel, and PowerPoint from prompts. - [Quickstart](https://apidocs.overtenai.com/quickstart.md): Create a project, surface insights across your documents, and — if you need it — generate a document from a prompt. Five minutes end to end. ## OpenAPI Specs - [openapi](https://apidocs.overtenai.com/openapi.json) ## Optional - [Community](https://overten.ai/community) - [Status](https://status.overtenai.com)