AI-powered features for your FAQ system
The FAQ system includes AI-powered features using DeepSeek to help you create, improve, and manage your FAQ content more efficiently.
Generate comprehensive FAQs from a topic and optional context
Generate answers based on existing active FAQs
Enhance existing FAQ answers with AI suggestions
Create concise summaries of FAQ content
Automatically generate relevant tags for FAQ content
Generates a comprehensive FAQ based on a topic and optional context using AI.
POST /api/admin/faq/ai/generate
{
"topic": "Trading fees",
"context": "Cryptocurrency exchange"
}
Generates an answer to a user question based on existing active FAQs.
POST /api/admin/faq/ai/answer
{
"question": "How do I reset my password?"
}
Improves existing FAQ content with AI-generated enhancements.
POST /api/admin/faq/ai/improve
{
"question": "What are trading fees?",
"answer": "We charge fees for trades."
}
Creates a concise summary of FAQ content.
POST /api/admin/faq/ai/summerize
{
"question": "How to deposit funds?",
"answer": "Long detailed answer..."
}
Generates relevant tags for FAQ content based on question and answer.
POST /api/admin/faq/ai/tag
{
"question": "What are withdrawal limits?",
"answer": "Daily limits are $10,000..."
}
FAQ Management
Access AI features from the FAQ management interface
Question Handling
Use AI to answer user questions quickly
Content Enhancement
Improve existing content with AI suggestions
Direct API Calls
Make direct calls to AI endpoints
Programmatic Access
Integrate AI features into custom applications
Batch Processing
Process multiple items with API calls