{"service":"Contract Generator API","version":"1.0.0","description":"API para generación de contratos legales desde templates DOCX","endpoints":{"health":"GET /health","listContracts":"GET /contracts/types","generateContract":"POST /generatecontrato","generateBatch":"POST /contracts/batch","generateByType":"POST /contracts/:type","webhooks":{"receive":"POST /webhooks/weetrust/:secret","status":"GET /webhooks/weetrust/status","register":"POST /webhooks/weetrust/register"}},"examples":{"generateContract":{"url":"POST /generatecontrato","body":{"contractType":"uso_carro_usado","data":{"contract_day":"15","contract_month":"octubre","contract_year":"veinticinco","client_name":"Juan Pérez"},"options":{"generatePdf":true,"filenamePrefix":"contrato_juan"}}},"generateByType":{"url":"POST /contracts/uso_carro_usado","body":{"contract_day":"15","contract_month":"octubre"}}}}