# Introduction API

Welcome to the ClosingDealz API. Our API provides developers with the ability to automate the integration of lead generation into their applications, directly interfacing with the ClosingDealz CRM system. This documentation covers everything you need to start using the ClosingDealz API, including authentication, request formats, and detailed information about the available endpoints.

Our current API version allows for the creation of leads within the ClosingDealz CRM, enabling seamless lead management and tracking.

### Quick links

{% content-ref url="/pages/Tkiupp5KdC5AUFbjhzPM" %}
[Obtaining API Key](/product-docs/developers/obtaining-api-key.md)
{% endcontent-ref %}

{% content-ref url="/pages/4JbkcyM8aQCG19WoNR9q" %}
[API Endpoints](/product-docs/developers/api-endpoints.md)
{% endcontent-ref %}

{% content-ref url="/pages/TBtlyNwCZNc9oKD80Rmc" %}
[Lead Request Object](/product-docs/developers/api-endpoints/lead-request-object.md)
{% endcontent-ref %}

{% content-ref url="/pages/UCHCrZkKt29QtESK67aI" %}
[Contact Request Object](/product-docs/developers/api-endpoints/contact-request-object.md)
{% endcontent-ref %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://closingdealz.gitbook.io/product-docs/developers/introduction-api.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
