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.
Query parameters
Callback id returned by POST /api/v1/autogenerator.
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.