Skip to main content
AGICTO API lets you call model services with one Base URL and one API Key. You can use OpenAI-compatible requests for chat, embeddings, images, and videos, or call task-specific endpoints for Midjourney, web search, invoice OCR, TTS, and official video providers.

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
If you already use the OpenAI SDK, start with OpenAI compatibility. You usually only need to change the Base URL, API Key, and model name.