> For the complete documentation index, see [llms.txt](https://ohana-1.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ohana-1.gitbook.io/docs/introduction.md).

# Introduction

Welcome to our API implementation documentation. This guide will walk you through implementing API keys to securely access our AI services.&#x20;

We provide various endpoints to access various functionalities. They include

* The completions api `/api/chats/completions`  - Accepts a single prompt and returns a single text. Best for places that do not need context.

The base url for these APIs is `https://ohanaai.dev`

### Jump right in

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td>Authentication</td><td>Get your Api keys</td><td></td><td></td><td><a href="/pages/CyH2xJQs9yWJ1S8BYNav">/pages/CyH2xJQs9yWJ1S8BYNav</a></td></tr><tr><td><strong>Completions</strong></td><td>SIngle prompt completion</td><td></td><td></td><td><a href="/pages/7aUFmnCMx9m4smGncsXL">/pages/7aUFmnCMx9m4smGncsXL</a></td></tr><tr><td><strong>Chats</strong></td><td>Multiple messages completion</td><td></td><td></td><td><a href="/pages/JjjojIyKxaiBPzzLwvtg">/pages/JjjojIyKxaiBPzzLwvtg</a></td></tr></tbody></table>
