AutoGenerator

Fetch slide-metadata for asset IDs

Returns slide-level metadata (titles, layout codes, thumbnails) for each asset id provided. Used by editors that need to enrich a slide list without re-running generation.

post/api/v1/autogenerator/meta

Request body

assetIdsstring[] required

Asset ids to look up metadata for.

callbackIDstring required

Parent deck callback id. (Legacy camelCase preserved for backwards compatibility; new clients should also continue to send this field.)

Response

Metadata returned for each asset id.

successboolean

true on success (omitted by some legacy handlers).

dataobject required

Metadata payload from the SlideMeta service (passthrough).

Changes

No recorded changes to this endpoint across all 2 revisions of this API.