This guide helps you send your first AGICTO API request. You will set the API Key, use the correct Base URL, and verify a Chat completions response.Documentation Index
Fetch the complete documentation index at: https://docs.agicto.com/llms.txt
Use this file to discover all available pages before exploring further.
Prerequisites
- You have an AGICTO API Key
- Your account has available balance or quota
- Your environment can reach
https://api.agicto.cn
1. Set your API Key
Send your API Key in theAuthorization header.
2. Use the Base URL
/v1 path:
3. Send a Chat request
Replace$API_KEY with your API Key. Replace model with a model available to your account.
4. Use the OpenAI SDK
Next steps
OpenAI compatibility
Learn how to migrate existing OpenAI SDK code.
API reference
Browse endpoint details synced from Apifox.
