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
}

Documentation Index

Fetch the complete documentation index at: https://docs.presenton.ai/llms.txt

Use this file to discover all available pages before exploring further.

Headers

Authorization
string
required

Bearer JWT or API Key

Path Parameters

id
string
required

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

Response

Successful Response

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