Backend server for voice-controlled web content management
This API serves as the backend for the Lavoe Voice Web application, allowing users to update website content using voice commands processed by AI.
/api/content/pages
Get all pages
/api/content/pages/:id
Get a specific page by ID
/api/content/pages/:id
Update a page
/api/content/blogs
Get all blog posts
/api/content/blogs/:id
Get a specific blog post by ID
/api/content/blogs/:id
Update a blog post
/api/content/blogs
Create a new blog post
/process-voice
Process a voice command (send audio file)
/execute-action
Execute an action based on the processed voice command