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

# Welcome to API Documentation

> This documentation provides everything you need to integrate Novacal into your applications, automate event management, and build custom scheduling workflows.

<script
  type="application/ld+json"
  dangerouslySetInnerHTML={{
__html: JSON.stringify({
  "@context": "https://schema.org",
  "@type": "WebSite",
  name: "Novacal Docs",
  alternateName: ["Novacal API Documentation", "Novacal API Docs"],
  url: "https://docs.novacal.io/",
}),
}}
/>

This REST API allows you to programmatically manage and interact with your Novacal account and its related data. All endpoints require authentication using Bearer tokens and return responses in JSON format.

<Card title="Get Started with the API" icon="rocket" href="/api-reference/introduction" horizontal>
  Start exploring the API endpoints and learn how to authenticate and make your
  first request.
</Card>
