Guides / Extract

PPTX → Markdown

POST /v1/pptx/to-markdown  · 

Extract a presentation as Markdown – one section per slide, bullet lists, speaker notes included.

Parameters

NameTypeDescription
filefile · required.pptx file.
includeNotesboolean · optionalInclude speaker notes, default true.
outputstring · optionalmd (file, default) or json.

Example request

curl -X POST https://api.bigapi.dev/v1/pptx/to-markdown -H 'Authorization: Bearer $KEY' -F 'file=@deck.pptx' -o deck.md

Example response

## Folie 1

### Quarterly Update

- Revenue up 18%

> Notizen: Mention the new market.

Related guides