GET
/
api
/
v1
/
ppt
/
template
/
all
Get All Templates
curl --request GET \
  --url https://api.presenton.ai/api/v1/ppt/template/all \
  --header 'Authorization: <authorization>'
[
  {
    "id": "<string>",
    "name": "<string>"
  }
]

Headers

Authorization
string
required

The bearer token to authenticate with

Response

Successful Response

id
string
required
name
string
required