POST
/
v1
/
datasets
curl --request POST \
  --url https://api.getmaxim.ai/v1/datasets \
  --header 'Content-Type: application/json' \
  --header 'x-maxim-api-key: <api-key>' \
  --data '{
  "workspaceId": "<string>",
  "name": "<string>",
  "createDefaultColumns": true,
  "columns": [
    {
      "name": "<string>",
      "columnType": "CONVERSATION_HISTORY",
      "meta": {
        "columnDataType": "file",
        "delimiter": "<string>"
      }
    }
  ]
}'
{}

Authorizations

x-maxim-api-key
string
header
required

API key for authentication

Body

application/json

Response

201
application/json
Dataset created successfully

The response is of type object.