insights.folders
Create Insights Upload Folder
post/api/v1/insights/folders/
Request body
Example request
{
"name": "customer-complaints",
"label": "support",
"description": "Call recordings related to customer complaints"
}Response
Successful Response
Example response
{
"name": "customer-complaints",
"label": "support",
"description": "Call recordings related to customer complaints",
"id": 182764,
"created_at": "2026-07-31T00:00:00Z",
"updated_at": "2026-08-01T00:00:00Z",
"last_updated_by": "user@email.com"
}