Skip to main content

Overview

Base URLs

  • REST API: https://api.aizn.com/v1
  • Realtime WebSocket: wss://api.aizn.com/v1/realtime

Reading Path

  1. Start with Making Requests for the first request flow and token usage.
  2. Continue with Completion Object to understand the common response shape.
  3. Move into Authentication, Chat & Completions, Image Generation, Video Generation, and other capability pages as needed.
  4. For realtime voice, GPTs, or integration snippets, continue to Realtime, GPTs, and Python Integration.

Coverage

  • Core APIs: model listing, chat, images, videos, audio, music, embeddings, rerank, moderation
  • Extended capabilities: Realtime voice/conversation, GPTs access
  • Integration examples: Python basic chat, image recognition, Claude vision examples

Source Notes

  • Core API pages are generated from the repository markdown sources.
  • Missing request-entry, Realtime, GPTs, and Python sections are supplemented from the AIZN-API Apifox documentation.