Legal Templates
Freelance Contract Generator
Generate professional contracts tailored to design, development, or service work. Download as PDF instantly.
⚠️ This is a template for general informational purposes. Consult an attorney for legally binding agreements.
REST API
Generate contracts programmatically — integrate with CRMs, proposal tools, or client platforms
# POST /api/v1/contract-generator
curl -X POST https://tulz.org/api/v1/contract-generator \
-H "Content-Type: application/json" \
-d '{ "type": "freelance-design",
"freelancer": { "name": "Jane Doe", "email": "jane@example.com" },
"client": { "name": "Acme Corp", "email": "hi@acme.com" },
"payment": { "amount": "5000", "currency": "USD", "upfrontPercent": 50 },
"clauses": { "revisionRounds": 3, "ipTransferOnPayment": true }
}'