v1
latestOpenAPI 3.0.1MIT2026-07-26104203277.0 KBCreate Collection.
Creates a new collection for organizing web tools.
post/v1/voice-agents/collections
Request body
Example request
{
"name": "Customer Support Tools",
"description": "Tools used for customer support operations"
}Response
Successful response
Example response
{
"success": true,
"message": "Collection created successfully",
"data": {
"id": "d949f13f-40d2-4e48-ac86-b66633070603",
"name": "Customer Support Tools",
"description": "Tools used for customer support operations",
"userId": "d949f13f-40d2-4e48-ac86-b66633070603",
"projectId": "d949f13f-40d2-4e48-ac86-b66633070603",
"webToolsCount": 5,
"createdAt": "2024-01-15T10:30:00Z",
"updatedAt": "2024-01-15T10:30:00Z"
}
}