# Pal.ai API ## Docs - [Search / Ask](https://docs.pal.ai/ask.md): The ask endpoint is how you can preform quick look up, or generation of an answer to a user-submitted question (prompt). - [Authorization](https://docs.pal.ai/authorization.md) - [Get Conversation by Id](https://docs.pal.ai/pages/conversations/get-conversation-by-id.md) - [Get Conversations](https://docs.pal.ai/pages/conversations/get-conversations.md): Returns the conversations for the given application - [Create or Continue Conversation](https://docs.pal.ai/pages/conversations/post-conversation.md) - [Create Document](https://docs.pal.ai/pages/documents/add-documents.md): Add one or more documents to your applications index. - [Create Documents by Scraping URLs](https://docs.pal.ai/pages/documents/add-documents-from-urls.md): This endpoint lets you pass in one or more URLs that we will then fetch. Optionally you can specify a contentSelector that is a DOM Selector we ought to use to find the relevant text from the page. - [Delete Document](https://docs.pal.ai/pages/documents/delete-document.md): Delete the docoument - [Get Document](https://docs.pal.ai/pages/documents/get-document.md): Get the document - [Get Documents](https://docs.pal.ai/pages/documents/get-documents.md): Allows you to get documents in an app based on an optional set of filters. - [Post Message Feedback by Id](https://docs.pal.ai/pages/messages/post-messages-id-feedback.md): Adds feedback to a message. - [Search](https://docs.pal.ai/pages/search/post-search.md) ## OpenAPI Specs - [openapi](https://docs.pal.ai/openapi.yaml)