cURL
curl --request POST \ --url https://api.databar.ai/v1/folders \ --header 'Content-Type: application/json' \ --header 'x-apikey: <x-apikey>' \ --data ' { "name": "<string>" } '
{ "id": 123, "name": "<string>", "created_at": "<string>", "updated_at": "<string>", "table_count": 123 }
Create a new folder to organize tables.
API Key for authentication
Folder name.
Successful Response