# Create Conversation **POST /conversations** Create new conversation ## Servers - https://getcody.ai/api/v1: https://getcody.ai/api/v1 () ## Authentication methods - Api key ## Parameters ### Body: application/json (object) To use focus mode, add a list of document IDs to limit bot's knowledge base for this conversation. - **name** (string) - **bot_id** (string) - **document_ids** (array[string]) Only documents that exist in the folders the bot has access to are allowed. You can give bot access to all folders if you wish to limit documents from your whole knowledge base. ## Responses ### 200 OK #### Body: application/json (object) - **data** (object) ### 422 Request validation failure. #### Body: application/json (object) - **message** (string) - **errors** (object) [Powered by Bump.sh](https://bump.sh)