curl -X POST "https://app.famulor.de/api/user/knowledgebases" \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "name": "Product Documentation", "description": "Technical documentation for our products" }'
{ "message": "Knowledgebase created successfully.", "data": { "id": 1, "name": "Product Documentation", "description": "Technical documentation for our products", "status": "empty", "status_label": "Empty", "created_at": "2025-01-08T10:30:00.000000Z", "updated_at": "2025-01-08T10:30:00.000000Z" } }
Creates a new knowledge base
Show Data Properties
empty