Skip to main content

ProposalGenerationJobDto

progressstringrequired

Current progress for the generation

Possible values: [active, waiting, completed, failed]

Example: waiting
generationProgressstring

Current generation stage within the AI workflow

Possible values: [setup, writeTexts, generateBackground, writeNotes]

Example: setup
proposalIdstring

Generated proposal id when the generation completed successfully

Example: 123e4567-e89b-12d3-a456-426614174000
ProposalGenerationJobDto
{
"progress": "waiting",
"generationProgress": "setup",
"proposalId": "123e4567-e89b-12d3-a456-426614174000"
}