cURL
curl --request POST \ --url https://api.example.com/proposals/generate-pdf \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data ' { "requirements": [ {} ], "settings": {}, "profile": {}, "config": {}, "calculations": {}, "language": "en" } '
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Generate a PDF from proposal data.
Required scope: read
read
Returns the PDF file as binary response.
Note: Free tier users will see “Powered by Quikly.ai” branding. Pro and Lifetime tiers get clean PDFs.
Request to generate PDF from proposal data.
Successful Response