# Rest API (/docs/reference/Rest-API)




<Break />

## Getting Started [#getting-started]

If you have not already done so, [Create a free Verdocs Account](https://app.verdocs.com/signup) for your development use. If you are developing an application for an existing organization, you will need Admin or Owner rights to it. (API keys are tied to organizations.)

Then visit your API Key Settings in the Verdocs Web App. Create an API key to access the API, and save the Client ID and Secret Key that this generates.

<Card style="{marginBottom: '12px'}">
  <div className="flex items-center">
    <ShieldAlert className="flex flex-2 md:flex-1 items-center justify-center" color="red" />

    <div style="{flex: 12}">
      The secret key is used only for server-to-server calls. It should never be embedded in a front-end Web or mobile application!
    </div>
  </div>
</Card>

<Break />

## Implementation Notes [#implementation-notes]

<Card style="{marginBottom: '12px'}">
  <div className="flex items-center">
    <CircleCheckBig className="flex flex-2 md:flex-1 items-center justify-center" color="lightgreen" />

    <div className="flex-12">
      The Verdocs API may be used directly from both server- and client-side applications written in any language, Verdocs also offers language-specific SDKs
      that abstract away much of the complexity of calling the API directly. We recommend using an SDK if one is available for your target environment, whenever
      possible.
    </div>
  </div>
</Card>

<Card>
  <div className="flex items-center">
    <CircleAlert className="flex flex-2 md:flex-1 items-center justify-center" color="orange" />

    <div style="{flex: 12}">
      The Verdocs API may be used directly from both server- and client-side applications written in any language, Verdocs also offers language-specific SDKs
      that abstract away much of the complexity of calling the API directly. We recommend using an SDK if one is available for your target environment, whenever
      possible.
    </div>
  </div>
</Card>
