Skip to main content
GET
/
api
/
v1
/
ppt
/
images
/
uploaded
Get Uploaded Images
curl --request GET \
  --url https://api.presenton.ai/api/v1/ppt/images/uploaded \
  --header 'Authorization: <authorization>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Headers

Authorization
string
required

The bearer token to authenticate with

Response

Successful Response