---
title: "Generate Outlines Sync V1"
method: POST
path: "/api/v3/presentation/outlines/generate"
tags: ["V3 Presentation"]
---

# Generate Outlines Sync V1

`POST /api/v3/presentation/outlines/generate`

## Headers

- `Authorization` string, required — Bearer JWT or API Key

## Request body

- GenerateOutlinesRequest
  - `content` string, nullable — The content for generating the presentation
  - `files` string[], nullable — The files to use for the presentation
  - `n_slides` integer, nullable — The number of slides to generate
  - `design` string, uuid, nullable — Optional design ID to use for outline generation
  - `language` string, nullable — The language for the presentation
  - `tone` 'default' | 'casual' | 'professional' | 'funny' | 'educational' | 'sales_pitch'
  - `verbosity` 'concise' | 'standard' | 'text-heavy'
  - `content_generation` 'preserve' | 'enhance' | 'condense'
  - `include_title_slide` boolean — Whether to include a title slide
  - `allow_access_to_user_info` boolean — Whether to allow access to user's info
  - `instructions` string, nullable — The instructions for the presentation

## Response `200`

Successful Response

- string[]

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/presenton/apis/fastapi.md) · [All operations](https://skmtc.dev/presenton/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/presenton/fastapi/revisions/5dae3adc4ee8/schema)
