Files
documenso/apps/docs/content/docs/developers/getting-started/index.mdx
T
Lucas Smith b92c53dbb2 feat: docs v2 (#2460)
Co-authored-by: Catalin Pit <catalinpit@gmail.com>
2026-02-27 22:05:27 +11:00

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>