mirror of
https://github.com/documenso/documenso.git
synced 2026-07-11 13:35:20 +10:00
b92c53dbb2
Co-authored-by: Catalin Pit <catalinpit@gmail.com>
18 lines
435 B
Plaintext
18 lines
435 B
Plaintext
---
|
|
title: Getting Started
|
|
description: Get your API key and make your first API call.
|
|
---
|
|
|
|
<Cards>
|
|
<Card
|
|
title="Authentication"
|
|
description="Generate an API key and authenticate your requests."
|
|
href="/docs/developers/getting-started/authentication"
|
|
/>
|
|
<Card
|
|
title="First API Call"
|
|
description="Create your first document via the API."
|
|
href="/docs/developers/getting-started/first-api-call"
|
|
/>
|
|
</Cards>
|