Skip to main content
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>",
  "slides": [
    {
      "id": "<string>",
      "json_schema": {},
      "name": "<string>",
      "description": "<string>"
    }
  ],
  "ordered": false
}

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, neo-general, neo-modern, neo-standard, neo-swift or your custom template

Response

Successful Response

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