Base URLs
- REST API:
https://api.aizn.com/v1
- Realtime WebSocket:
wss://api.aizn.com/v1/realtime
Reading Path
- Start with Making Requests for the first request flow and token usage.
- Continue with Completion Object to understand the common response shape.
- Move into Authentication, Chat & Completions, Image Generation, Video Generation, and other capability pages as needed.
- 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.