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

# Introduction

> Learn everything you need to know to get started with End Close

<Columns cols={2}>
  The End Close API allows developers to interact programmatically with their End Close accounts using HTTP requests. The End Close API is built around <a href="https://en.wikipedia.org/wiki/REST" target="_blank">REST</a>.

  <CodeGroup className="mt-0">
    ```bash URL theme={null}
      https://api.endclose.com/v1/
    ```
  </CodeGroup>

  The API has predictable resource-oriented URLs, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs.
</Columns>
