Skip to main content
AI

Documentation Overview

UniAll Docs is the developer reference for the selected API and model pages migrated from the current Apifox documentation scope. The source menu is used as an inventory only. The new site normalizes naming, routes, examples, and page structure so the docs read as one UniAll product surface.

The current public documentation is intentionally narrow. It includes the selected balance, model listing, image, video, audio, and digital-human pages from the approved scope. Standalone quick start, authentication, billing policy, error-code catalog, changelog, and generated API reference pages are not part of this phase.

Included Documentation

AreaCurrent pagesMain purpose
AccountQuery BalanceConfirm account and API key quota before submitting tasks.
Model indexModelsList model documentation by capability and describe the model-list endpoint.
Image generationAsync Image Generation, Seedream, GPT-Image-2, Nano SeriesUse async tasks or synchronous image endpoints depending on the model page.
Video generationHappy-Horse, Seedance 2.0, Grok Imagine, Veo 3.1, Vidu, Kling, Wan 2.6, Sora 2Submit video tasks, poll status, and retrieve completed videos.
Audio and musicMusic Generation, Speech SynthesisGenerate music or speech with model-specific request fields.
Digital humansDigital Human VideoGenerate narrated digital-human videos.

API Style

Most model pages use a task-based flow:

  1. Submit a task with Authorization: Bearer sk-***.
  2. Store the returned task ID.
  3. Poll the task endpoint every 2 to 5 seconds.
  4. Stop polling when the task reaches a terminal status such as succeeded, completed, or failed.
  5. Use the returned result URL or content endpoint to download the final asset.

Balance and model listing pages are synchronous API concept pages. They return immediately and do not require polling.

Common Conventions

ConventionRule
Base URLExamples use {BASE_URL} as a placeholder.
AuthenticationUse Authorization: Bearer sk-*** unless a page documents a compatibility-specific header.
Request examplescurl is the primary example format.
Model IDsUse exact model IDs in JSON, such as grok-imagine and gpt-image-2.
Result URLsTreat returned URLs as generated assets; do not assume they are permanent unless the product contract says so.
BillingPage-level billing notes explain what affects cost, but exact prices should come from the current product pricing surface.

Language And AI-Readable Docs

English is the default locale at /. Chinese is available under /zh-CN/. Code examples, JSON keys, endpoint paths, and model IDs stay identical across languages.

The site also publishes AI-readable indexes:

Use these files when an agent or external AI tool needs a compact view of the current documentation surface.