GET
/
api
/
v1
/
ppt
/
presentation
/
all
Get All User Presentations
curl --request GET \
  --url https://api.presenton.ai/api/v1/ppt/presentation/all \
  --header 'Authorization: <authorization>'
{
  "total_pages": 123,
  "page": 123,
  "page_size": 123,
  "results": [
    "<any>"
  ]
}

Headers

Authorization
string
required

The bearer token to authenticate with

Query Parameters

page
integer
default:1
page_size
integer
default:10

Response

200
application/json

Successful Response

The response is of type object.