Guide
7/28/26Less than 1 minute
Guide — QuickAPI_快快API Network Store
Welcome to QuickAPI! This guide will help you get started quickly and make the most of our AI LLM API service.
Table of Contents
- Quick Start - Get started in 5 minutes
- One-Click Configuration - One-click setup for popular AI coding tools
- Manual Configuration - Direct config file editing for special environments
- Authentication - Learn about API Key usage
- Error Handling - Common error codes and solutions
Basic Concepts
API Endpoints
QuickAPI provides multiple access points. Choose based on your region and needs:
| Access Method | URL | Description |
|---|---|---|
| Beijing Tencent Cloud → Alibaba Cloud ESA | https://api-bj.quickapi.store | For North China users |
| Direct to Alibaba Cloud ESA | https://api.quickapi.store | Default recommended |
| Hong Kong Cloudflare Tunnel | https://quickapi.lz-0315.com | For overseas users |
| IX Direct Link | api-bj.lz-0315.com | For Equivalent to direct connection to Beijing Tencent Cloud (via IX backbone) users |
Request Format
All API requests follow OpenAI API format:
- Method: POST
- Content-Type:
application/json - Authentication: Bearer Token (API Key)
- Encoding: UTF-8
Response Format
API returns standard JSON format, fully compatible with OpenAI API response format.
💡 Tip
QuickAPI is fully compatible with OpenAI SDK. You can use the official OpenAI SDK by just modifying base_url.

