curl --request POST \
--url https://be.datagol.ai/noCo/api/v2/workspaces/e00b2c6b-9068-4399-b695-10ad0ad3c09c/tables/b0183acc-236d-4b5b-879e-75f5cb03b013/column \
--header 'Content-Type: application/json' \
--data '
{
"uiDataType": "SINGLE_LINE_TEXT",
"description": "",
"uiMetadata": {
"title": "col"
},
"required": false,
"settings": {
"aiSettings": {
"enabled": true,
"prompt": "Extract from name and create a col",
"model": "gpt-4o-mini",
"webAccess": false
}
},
"name": "col"
}
'