latestOpenAPI 3.1.0Proprietary - Prezent, Inc.2026-08-114675175.5 KB

a01cb764a085

AutoGenerator

Read an AutoGenerator job

Returns the current state of a previously started AutoGenerator job. The status field in the response data is one of in_progress, success, or failed. Once success, the payload also contains the generated slides, extracted images, theme/audience metadata, and other context required to display or further edit the deck.

For the same callback_id, polling after status=success returns the same cached payload.

get/api/v1/autogenerator/status

Query parameters

callback_idstring required

Callback id returned by POST /api/v1/autogenerator.

deck_callback_idstring

Parent deck callback id. Required when polling a regeneration — pass the original deck's callback id alongside the regeneration's callback_id so the regenerated slide is merged into the deck and the merged deck is returned. Omitting it returns only the regenerated slide.

Response

Current job status returned.

messagestring

Human-readable status, for example "Workflow status polling completed."

status'in_progress' | 'success' | 'failed'

Job status.

promptstring

Original prompt that initiated the job.

fileNamestring

Filename of the generated deck.

allSlidesobject[]

Generated slides (present once status=success).

extracted_imagesobject[]

Images extracted from supporting files.

companystring

Owning company id.

companyDisplayNamestring

Owning company display name.

final_outputobject

Final-output blob (present once status=success).

template_codestring

Target template code used for generation.

audiencestring

Target audience used for generation.

execution_startstring date-time

Pipeline start time.

execution_endstring date-time

Pipeline end time (present once terminal).

presentation_themeobject

Resolved theme metadata.

voice_settingsobject

Voice/tone settings applied.

speaker_notesobject

Speaker-notes configuration applied.

cachedboolean

Whether this response was served from cache.

cached_atstring date-time

Timestamp of the cached entry.