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

# Loom AI API

> Loom Labs public API — OpenAI SSK compatible endpoints.

# Loom AI API (OpenAI compatible)

Welcome to the Loom AI API docs. This section documents the Loom Labs public API which implements an OpenAI SSK-compatible surface. The base URL for all requests is:

`https://api.loom.aayanmishra.com/api/v1`

<CardGroup columns={2}>
  <Card title="Authentication" href="/loomlabs/loomapi/authentication" />

  <Card title="Endpoints" href="/loomlabs/loomapi/endpoints" />

  <Card title="SDK & Examples" href="/loomlabs/loomapi/examples" />

  <Card title="Rate limits & Errors" href="/loomlabs/loomapi/errors" />
</CardGroup>

<Check>Before using the API ensure you have an API key from Loom Labs. This uses SSK/Bearer-style tokens compatible with OpenAI SDKs.</Check>
