For the complete documentation index, see llms.txt. This page is also available as Markdown.

Slide Decks

Slide deck assets generated per token

Get slide decks

get

Returns paginated slide decks created by the authenticated token, including in-progress requests (default 20 per page, max 100).

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
pageinteger · min: 1Optional

Page number (default 1)

pageSizeinteger · min: 1 · max: 100Optional

Items per page (default 20, max 100)

Responses
200

Paginated list of slide decks

application/json
totalCountintegerOptional
pageintegerOptional
pageSizeintegerOptional
totalPagesintegerOptional
get
/slide-decks/get

Download slide deck

get

Streams the generated slide deck file (PDF or PPT) for the authenticated token.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
slideDeckIdstringRequired

Slide deck request identifier

Responses
200

Binary slide deck stream

application/octet-stream
string · binaryOptional
get
/slide-decks/{slideDeckId}/download

Preview slide deck

get

Streams the generated slide deck file inline for browser previews.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
slideDeckIdstringRequired

Slide deck request identifier

Responses
200

Inline slide deck stream

string · binaryOptional
get
/slide-decks/{slideDeckId}/preview

Public preview slide deck

get

Streams the slide deck inline without authentication for marketing/demo pages.

Path parameters
slideDeckIdstringRequired

Slide deck request identifier

Responses
200

Inline slide deck stream

application/pdf
string · binaryOptional
get
/slide-decks/public/{slideDeckId}/preview

Public preview slide deck by URL

get

Streams a whitelisted slide deck URL inline (PDF) without authentication.

Query parameters
urlstring · uriRequired

Direct URL to the slide deck asset (limited to autocontentapi.blob.core.windows.net)

Responses
200

Inline slide deck stream

application/pdf
string · binaryOptional
get
/slide-decks/public-preview

Last updated