API Documentation
Welcome to the DeepSeekApi.io API documentation. This guide will help you understand how to use our API services effectively.
API Services Overview
We currently offer the following API services:
- DeepSeek Chat API
- Real-time conversation interface
- Context-aware responses
- Stream response support
Basic Information
- API Server:
https://deepseekapiio.erweima.ai
- API Version: 1.0.0
- Technical Support: [email protected]
Before using the APIs, please make sure to:
- Get your API key from API Key Management Page
- Review the Authentication guide
- Understand the Credits System
Getting Started
Authentication
All APIs require Bearer Token authentication:
Authorization: Bearer YOUR_API_KEY
Important:
- Keep your API key secure
- Never share your API key
- Reset immediately if compromised
Error Handling
Our APIs use standard HTTP status codes along with detailed error messages:
Code | Description |
---|---|
200 | Success - The request was successful |
400 | Invalid Parameters - The request parameters are invalid |
401 | Unauthorized - Authentication is required or failed |
404 | Not Found - Invalid request method or path |
405 | Rate Limited - API call frequency exceeds the limit |
413 | Content Too Large - Topic or prompt is too long |
429 | Insufficient Credits - Account has insufficient credits |
455 | Maintenance - System is under maintenance |
500 | Server Error - Internal server error occurred |
API Services
DeepSeek Chat
The DeepSeek Chat API provides advanced natural language processing capabilities:
- Real-time conversation interface
- Context maintenance through session IDs
- Stream response for immediate feedback
Credits Management
Monitor and manage your API usage through the credits system:
- Check remaining credits
- Track usage history
- Set up usage alerts
Best Practices
-
Session Management
- Use consistent session IDs for related conversations
- Clean up unused sessions
- Handle session timeouts gracefully
-
Error Handling
- Implement proper error handling
- Use retry mechanisms for transient failures
- Monitor credit usage
-
Performance Optimization
- Process stream responses efficiently
- Implement proper request timeouts
- Cache responses when appropriate
Need Help?
If you encounter any issues or have questions, please contact us through:
- 📧 Email: [email protected]
- 💬 Live Support: Dashboard
- 📚 API Reference: Full Documentation
This documentation is available in both English and Chinese. You can switch languages using the language selector in the navigation bar.