Skip to content

List v2 Design Kits

GET https://api.slidespeak.co/api/v2/presentation/design-kits

Returns design kits that can be used with v2 presentation generation. Pass one of the returned id values as settings.design_kit_id when generating a presentation.

New to design kits? See Design Kits for what they are and how they shape your presentation.


X-API-Key: string

The API key to use for the request.


Terminal window
curl -X GET "https://api.slidespeak.co/api/v2/presentation/design-kits" -H "X-API-Key: YOUR_API_KEY"

{
"design_kits": [
{
"id": "dk_acme",
"name": "Acme Brand",
"preview_urls": [
"https://slidespeak-design-kit-assets.s3.amazonaws.com/dk_acme/thumbnails/cover.webp"
]
},
{
"id": "dk_investor_modern",
"name": "Modern Investor",
"preview_urls": []
}
]
}