Get the AI-Generated Outline for a Proposal
GET …/ai/outline — Returns the AI-generated outline for a proposal. Status is Generating or Completed; the outline text is only present when Completed.
status field indicates whether generation is still in progress (Generating) or finished (Completed). The outline field is only populated once the status reaches Completed.
Proposal Outline Status Changed webhook to know when the outline is ready.Headers
Accept Header
application/json Application Id
A date timestamp of the request
A signature for the request
User API Key
Path Parameters
Unique identifier of the proposal to retrieve the AI-generated outline for.
Response
Success
PublicAiProposalOutlineGetResponse
Unique identifier of the proposal for which the outline is returned.
Current AI generation status for the proposal outline.
- Generating: The outline generation is in progress and the 'Outline' field will be null.
- Completed: The outline has been generated successfully and is available in the 'Outline' field.
- Failed: Generation failed and the 'Outline' field will be null. Check logs or retries for details.
Generating, Completed, Failed The AI-generated proposal outline text. This field is populated only when 'Status' is 'Completed'. When 'Status' is 'Generating' or 'Failed', this value will be null. The outline contains a structured summary of the proposal suitable for display or further processing by downstream agents.