Quickstart
Send your first Chat completions request in a few minutes.
OpenAI compatibility
Migrate existing OpenAI SDK code by changing the Base URL, API Key, and model.
API reference
Browse the API pages synced from Apifox.
What you can build
Text and chat
Use
/v1/chat/completions for assistants, coding, summarization, and text workflows.Images
Generate images with OpenAI-compatible image requests or provider-specific endpoints.
Videos
Create video jobs, poll status, and download completed results.
Tools
Call web search, hot lists, video parsing, invoice validation, and invoice OCR.
Essentials
- Base URL:
https://api.agicto.cn - API Key: send it as
Authorization: Bearer $API_KEY - OpenAI-compatible format: use it first for common chat, embedding, image, and video workflows
