New Zorix developer documentation is now available

Build faster with Zorix.

Explore the official documentation for Zorix AI models, developer APIs, coding agents, image systems and intelligent applications. Everything you need to move from an idea to a production-ready experience.

Systems operational REST and streaming APIs Built for modern applications
Developer first
Clear API examples
Production ready
Secure by design

Search guides, API endpoints, model documentation and examples.

Documentation

Everything you need to build with Zorix.

Start with a quick guide or explore detailed references for every major part of the Zorix ecosystem.

Developer experience

Your first request, without the complexity.

Use a familiar API structure with clear responses, streaming support and flexible model selection.

Simple REST-compatible requests
Streaming text and structured output
Support for tools, agents and multimodal input
JavaScript
const response = await fetch(
  "https://api.zorix.it/v1/responses",
  {
    method: "POST",
    headers: {
      "Authorization": `Bearer ${ZORIX_API_KEY}`,
      "Content-Type": "application/json"
    },
    body: JSON.stringify({
      model: "zorix-nex",
      input: "Build a modern product dashboard."
    })
  }
);

const result = await response.json();

console.log(result.output_text);

Turn your next idea into a Zorix experience.

Explore the documentation, choose the right model and start building intelligent products with the Zorix platform.