Skip to content

Document template · generic.finance.grant_application

Grant Application

  • Render-verified
  • Official document
  • Version 1.0.0

Application submitted to a public or private grantor under a named funding programme, with project summary, timeline, milestones, budget breakdown by category, and expected outcomes with measurable KPIs.

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 36 fields:

Field Required Type Description
submission_date Required date
grantor Required object
grantor.name Required string
grantor.programme Required string
grantor.call_reference Required string
applicant Required object
applicant.legal_name Required string
applicant.legal_form Required string
applicant.registration Required string
applicant.address Required string
applicant.contact_name Required string
applicant.contact_email Required string
project Required object
project.title Required string
project.summary Required string
project.start_date Required date
project.end_date Required date
project.total_cost Required number
project.requested_amount Required number
project.co_funding_amount Required number
project.co_funding_source Required string
project.milestones Required array of object
budget Required array of object
budget[].category Required enum
budget[].description Required string
budget[].amount Required number
budget[].share_pct Required number
budget_total Required number
expected_outcomes Required string
kpis Required array of object

+6 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.finance.grant_application",
    "data": { ... },
    "options": {"language": "en"}
  }' -o grant-application.pdf

Frequently asked questions

What is “Grant Application”?

Application submitted to a public or private grantor under a named funding programme, with project summary, timeline, milestones, budget breakdown by category, and expected outcomes with measurable KPIs. On papii this document is available as template generic.finance.grant_application: a JSON Schema plus a deterministic PDF renderer, so the same data always produces the same document.

Can I generate a Grant Application 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 Grant Application 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.