> ## Documentation Index
> Fetch the complete documentation index at: https://docs.closerintellect.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Generate Contract

Manually triggers the generation of a PDF contract for a lead.

### Path Parameters

<ParamField path="leadId" type="string" required>
  The unique identifier of the lead.
</ParamField>

### Response

<ResponseField name="contractUrl" type="string">
  The URL to download the generated PDF.
</ResponseField>
