Create a Folder

Create Folder

POST https://backend.az.misterturing.com/v4.0/create-folder/

Request Body

Name
Type
Description

name*

string

Assistant name

public*

bool

The description of the main goal of the Assistant.

authorized_users*

List[string]

User's external_id that can have access to your Folder.

source*

string

If this folder is a syncronization or manual created folder. You can use always "alan" as value here.

description*

string

Folder description.

type*

string

open_search or faq ( deprecated )

language*

string

en, pt ( deprecated ) - your folder can have documents with multiple idioms

{
    "name": "Test",
    "public": false,
    "authorized_users": [], 
    "source": "alan",
    "description": "",
    "type": "open_search",
    "language": "en"
}

Response Body

Last updated