Skip to main content
GET
/
api
/
v1
/
ppt
/
template
/
{id}
/
example
Get Template Example
curl --request GET \
  --url https://api.presenton.ai/api/v1/ppt/template/{id}/example \
  --header 'Authorization: <authorization>'
{
  "template": "<string>",
  "slides": [
    {
      "layout": "<string>",
      "content": {}
    }
  ]
}

Headers

Authorization
string
required

Bearer JWT or API Key

Path Parameters

id
string
required

The id of the template, must be one of general, modern, standard, swift or your custom template

Response

Successful Response

template
string
required
slides
SlideExample · object[]
required