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

# Get Uploaded Images



## OpenAPI

````yaml /api-reference/open-source-v0.9.0-beta.json get /api/v1/ppt/images/uploaded
openapi: 3.1.0
info:
  title: FastAPI
  version: 0.1.0
servers: []
security: []
paths:
  /api/v1/ppt/images/uploaded:
    get:
      tags:
        - Images
      summary: Get Uploaded Images
      operationId: get_uploaded_images_api_v1_ppt_images_uploaded_get
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema: {}

````