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

# Presentation Status

Get the current status of a presentation, including slide count and download availability.

<ParamField path="presentation_id" type="string" required>
  UUID of the presentation
</ParamField>

<ResponseField name="id" type="string">
  Presentation UUID
</ResponseField>

<ResponseField name="title" type="string">
  Presentation title
</ResponseField>

<ResponseField name="status" type="string">
  Status: "pending", "processing", "completed", or "failed"
</ResponseField>

<ResponseField name="template_id" type="string">
  UUID of the template used
</ResponseField>

<ResponseField name="slide_count" type="integer">
  Number of slides in the presentation
</ResponseField>

<ResponseField name="slides" type="array">
  Array of slide objects with details
</ResponseField>

<ResponseField name="download_url" type="string">
  URL to download the presentation
</ResponseField>

<ResponseField name="created_at" type="string">
  ISO 8601 timestamp of creation
</ResponseField>

<ResponseField name="updated_at" type="string">
  ISO 8601 timestamp of last update
</ResponseField>
