Build powerful integrations with the HelpSpace AI API
The HelpSpace AI API allows you to programmatically interact with your knowledge base and AI assistant. All API requests require authentication using an API key.
https://api.helpspace.tech/v1
Include your API key in the Authorization header:
Authorization: Bearer your-api-key
Query the AI assistant with a natural language question.
{
"question": "How do I reset my password?",
"project_id": "proj_abc123",
"context": {
"user_id": "user_123"
}
}
{
"answer": "To reset your password...",
"sources": [...],
"confidence": 0.95
}
List all articles in your knowledge base.
Create a new article.
Search articles using semantic search.
API requests are limited based on your plan:
We provide official SDKs for popular languages: