Prerequisites
1
Sign Up
Create your account at console.moorcheh.ai
2
Get Your API Key
Navigate to the API Keys section in your dashboard and generate a new API key
Base URL
All API endpoints are accessible at:Authentication
The Moorcheh API uses API key authentication. Include your API key in thex-api-Key header with every request.
Next Steps
API Reference
Explore the complete API documentation
Python SDK
Learn more about the Python SDK
Integrations
Integrate with LangChain, LlamaIndex, and more
Support
Get help from our team
Common Issues
Authentication Failed
Authentication Failed
Error:
401 UnauthorizedSolution:- Verify your API key is correct
- Ensure you’re using the header
x-api-Key(note the capital K) - Check that your API key hasn’t been disabled
Namespace Not Found
Namespace Not Found
Error:
404 Namespace not foundSolution:- Create the namespace first using the create namespace endpoint
- Verify the namespace name matches exactly (case-sensitive)
Vector Dimension Mismatch
Vector Dimension Mismatch
Error:
400 Vector dimension mismatchSolution:- Ensure all vectors match the dimension specified when creating the namespace
- Verify your embedding model output dimension