GET
/
api
/
v1
/
ppt
/
template
/
{id}
Get Template By Id
curl --request GET \
  --url https://api.presenton.ai/api/v1/ppt/template/{id} \
  --header 'Authorization: <authorization>'
{
  "name": "<string>",
  "ordered": false,
  "slides": [
    {
      "id": "<string>",
      "name": "<string>",
      "description": "<string>",
      "json_schema": {}
    }
  ]
}

Headers

Authorization
string
required

The bearer token to authenticate with

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

name
string
required
slides
SlideLayoutModel · object[]
required
ordered
boolean
default:false