Skip to main content
GET
/
api
/
v1
/
templates
/
{template_id}
/
slides
/
{slide_number}
/
preview
Get slide preview image
curl --request GET \
  --url https://api.example.com/api/v1/templates/{template_id}/slides/{slide_number}/preview \
  --header 'X-API-Key: <api-key>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs-slidekit.theduomi.com/llms.txt

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

Authorizations

X-API-Key
string
header
required

Production API key. Development/test deployments may also allow X-Org-Name.

Path Parameters

template_id
string
required
slide_number
integer
required

Response

Successful Response