Connect with the GlaceLearn network, programmatically sync class schedules, and leverage AI endpoints.
Submit a contact form inquiry or corporate training partnership request.
name (string, required) | email (string, required) | subject (string, required) | message (string, required) | attachment (file, optional)
{
"success": true,
"message": "✅ Contact inquiry submitted successfully! Our team will respond shortly."
}
Query our AI-powered matchmaking algorithm to find optimal verified tutor recommendations.
interests (string, required) | budget (numeric, required) | speed (string: 'Fast' or 'Thorough') | language (string)
{
"success": true,
"matches": [
{
"name": "Dr. Elizabeth Chen",
"match_score": 96,
"reasons": ["Expert in your field", "Fits within hourly budget"],
"pricing": 45.00,
"rating": 4.95
}
]
}