applications

Generate Application Pdf

Generate a PDF from questionnaire submission data.

Expected payload: { "applicant_info": {...}, "cyber_info": {...}, "eo_info": {...}, "signature": {...}, "product_type": "cyber" | "tech-eo" | "gl" | "dno" }

Returns the PDF file path and application ID.

post/api/applications/generate-pdf

Request body

object required

Response

Successful Response

successboolean required
messagestring required
{"stackTrail":"components:schemas:APIResponse:properties:data:anyOf","oasType":"schema","type":"unknown","title":"Data","nullable":true}

Example response

{
  "data": {},
  "message": "Operation completed successfully",
  "success": true
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.