Skip to content

Document template · generic.project.project_proposal

Project Proposal

  • Render-verified
  • Informational
  • Version 1.0.0

Project planning and reporting: proposals and status reports.

JSON Schema

Fields in this template

Data sent to the API is validated against the template’s JSON Schema before anything is rendered. This template defines 31 fields:

Field Required Type Description
company Required object
company.name Required string
company.address Optional string
company.email Optional string
company.logo_base64 Optional string
client Required object
client.name Required string
client.address Optional string
client.contact_person Optional string
proposal Required object
proposal.title Required string
proposal.date Required string
proposal.reference Optional string
proposal.version Optional string
executive_summary Required string
scope Required array of string
phases Required array of object
phases[].name Required string
phases[].description Required string
phases[].start_date Optional string
phases[].end_date Optional string
phases[].deliverables Optional array of string
budget Required object
budget.items Required array of object
budget.total Required string
budget.currency Optional string
budget.notes Optional string
assumptions Optional array of string
signatures Required object
signatures.company_representative Required string

+1 more fields — the full JSON Schema is available in the dashboard and via the API.

POST /render

Generate it

One POST /render call: send your JSON, get the finished PDF back. Or skip the JSON entirely and describe the document in plain language on chut.app.

curl
curl -X POST https://api.papii.eu/render \
  -H "X-API-Key: YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "template": "generic.project.project_proposal",
    "data": { ... },
    "options": {"language": "en"}
  }' -o project-proposal.pdf

Frequently asked questions

What is “Project Proposal”?

Project planning and reporting: proposals and status reports. On papii this document is available as template generic.project.project_proposal: a JSON Schema plus a deterministic PDF renderer, so the same data always produces the same document.

Can I generate a Project Proposal with AI?

Yes. chut.app — the AI back office papii powers — fills this template from a plain-language description: you describe the document in one sentence, the AI structures the data, papii validates it against the schema and renders the PDF. Developers can also call the papii API directly with structured JSON.

Is the Project Proposal template legally compliant?

This template is render-verified: its schema, sample data and PDF output are automatically tested on every release. It is published with status “ready”, meaning it has not yet been through papii’s final legal review. Where it references specific legislation, that is stated in the template description — always have a professional check documents with legal effect before relying on them.