cURL
curl --request POST \ --url https://api.getmaxim.ai/v1/folders \ --header 'Content-Type: application/json' \ --header 'x-maxim-api-key: <api-key>' \ --data '{ "workspaceId": "<string>", "name": "<string>", "entityType": "WORKFLOW", "parentId": "<string>", "config": "<any>" }'
{ "data": { "id": "<string>", "workspaceId": "<string>", "name": "<string>", "entityType": "WORKFLOW", "parentId": "<string>", "config": "<any>", "createdAt": "<string>", "updatedAt": "<string>", "type": "FOLDER" } }
Create a new folder for organizing entities
API key for authentication
Folder created successfully
The response is of type object.
object
Was this page helpful?