# Omo - AI-native search ## Docs - [Login For Access Token](https://omo-3bacc298.mintlify.app/api-reference/endpoints/auth/login-for-access-token.md): Login a user with username and password and generate an access token - [Oauth Proxy](https://omo-3bacc298.mintlify.app/api-reference/endpoints/auth/oauth-proxy.md): This endpoint should be used to make proxy requests on behalf of a client to a third party API in order to obtain an access token. For example, the Notion API doesn't allow browsers to obtain access tokens, so the client (browser) makes a call to this endpoint, which will obtain the access token. - [Register User](https://omo-3bacc298.mintlify.app/api-reference/endpoints/auth/register-user.md): Create a user with a registration form - [Get Chat By Id](https://omo-3bacc298.mintlify.app/api-reference/endpoints/chat/by-id.md): Get a user's chat given a chat ID - [Get User Chats](https://omo-3bacc298.mintlify.app/api-reference/endpoints/chat/get-user-chats.md): Get the authenticated user's chat history - [Put Chat](https://omo-3bacc298.mintlify.app/api-reference/endpoints/chat/put-chat.md): Save s user's chat into the chat history. - [Get Documents](https://omo-3bacc298.mintlify.app/api-reference/endpoints/confluence/get-documents.md) - [Save Atlassian Config](https://omo-3bacc298.mintlify.app/api-reference/endpoints/confluence/save-atlassian-config.md) - [Get Connector By Id](https://omo-3bacc298.mintlify.app/api-reference/endpoints/connector/get-connector-by-id.md): Get a connector by its slug and ID. - [Index Google Drive Files](https://omo-3bacc298.mintlify.app/api-reference/endpoints/google_drive/index-google-drive-files.md): Indexes Google Drive files by passing them to Celery for processing - [Get Notion Pages](https://omo-3bacc298.mintlify.app/api-reference/endpoints/notion/get-notion-pages.md): Retrieves Notion pages based on the provided authorization token. - [Answer Slack](https://omo-3bacc298.mintlify.app/api-reference/endpoints/question_and_answering/answer-slack.md) - [Answer Web](https://omo-3bacc298.mintlify.app/api-reference/endpoints/question_and_answering/answer-web.md): Answer a user question or prompt and stream the response - [Root](https://omo-3bacc298.mintlify.app/api-reference/endpoints/root.md) - [Endpoint](https://omo-3bacc298.mintlify.app/api-reference/endpoints/slack/endpoint.md) - [Install](https://omo-3bacc298.mintlify.app/api-reference/endpoints/slack/install.md): Visit $API_HOST/slack/install in a browser to directly install slack - [Oauth Redirect](https://omo-3bacc298.mintlify.app/api-reference/endpoints/slack/oauth-redirect.md) - [Get Connector Status](https://omo-3bacc298.mintlify.app/api-reference/endpoints/user/get-connector-status.md): Get the connector statuses for a user - [Me](https://omo-3bacc298.mintlify.app/api-reference/endpoints/user/me.md): Return the authenticated user's context - [Register User](https://omo-3bacc298.mintlify.app/api-reference/endpoints/user/register-user.md): Create a User. The endpoint also creates an Account, Team, and vector store configs associated with the user. - [Whoami](https://omo-3bacc298.mintlify.app/api-reference/endpoints/user/whoami.md): Return the authenticated user's email address - [Introduction](https://omo-3bacc298.mintlify.app/api-reference/introduction.md): Learn about our API endpoints - [Architecture](https://omo-3bacc298.mintlify.app/development/architecture.md): High level design - [Introduction](https://omo-3bacc298.mintlify.app/introduction.md): Welcome to the Omo documentation. - [Quickstart](https://omo-3bacc298.mintlify.app/quickstart.md): Get up and running on your infrastructure ## OpenAPI Specs - [openapi](https://omo-3bacc298.mintlify.app/api-reference/openapi.json)