> ## Documentation Index
> Fetch the complete documentation index at: https://docs.maxapi.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Tools & presentations

> Browse presentation, file processing, and account endpoints.

Tool APIs generate or edit presentations, parse files, process images, and retrieve account or model information. They do not necessarily use OpenAI-compatible request formats.

## Presentation APIs

Presentation endpoints cover outlines, templates, slides, file generation, and downloads. Some legacy endpoints send a JSON-shaped value with `text/plain`; follow the content type shown on the endpoint page.

<Steps>
  <Step title="Submit content">Create a title, outline, template selection, or file parsing task.</Step>
  <Step title="Store the presentation or task ID">Page editing, status retrieval, and downloads depend on this identifier.</Step>
  <Step title="Retrieve or download">Wait for completion, then retrieve preview images and the PPTX URL.</Step>
</Steps>

## Other tools

* Image compression, repair, segmentation, cropping, colorization, and OCR appear under Image generation.
* Account token and API information endpoints appear under the compatible tools provider.
* Endpoints marked as legacy may remain only for older clients.

<Warning>
  Do not mix request bodies or task IDs between presentation API families. Similar field names do not imply compatible schemas.
</Warning>
