Developer APIs

Last updated: 24 May 2026

Build with the Alexiuz network. One account, one credit balance, one set of API keys. Mix and match the services below — generate music in Generor, edit it in Ahudio, vibe-code a browser game with Vaibie, embed reviews from Rexiew. Credits are deducted from your central Alexiuz balance regardless of which service you call.

1. Generor — Generation API

What it does. 93+ generators for text, images, video, music, sound effects, speech, voice cloning, upscaling, vector logos/icons, and background removal. Behind a single REST surface that picks the right model for each generator.

Example endpoints.

White-label / on-behalf-of. Pro and Enterprise keys can pass on_behalf_of_alexiuz_id on a generate call. Credits are then deducted from that user's Alexiuz balance instead of the API key owner's — useful when you're building a product on top of Generor and want your end users to pay with their own credits.

3. Vaibie — Vibe-Coded Browser Games API

What it does. Programmatic access to the Vaibie studio for AI-generated browser games (three.js + vanilla JS). Two usage modes: BYO-LLM (write the game locally in Claude Code or Codex, push the html/css/js up to a Vaibie project) and Vaibie AI (call an Anthropic / OpenAI / Google model through Vaibie with the same system prompt as the web studio). Per-game SQLite scoreboards, project fork/import/export, and a public /play/{slug} URL come for free.

Example endpoints.

Two-line BYO-LLM example. Create a project, then push code you wrote with your own LLM client:

The result is playable at https://vaibie.com/play/$SLUG with no further setup — iframe-sandboxed, automatic per-game SQLite for scoreboards, gallery-eligible if public.

4. Ahudio — Audio Processing API

What it does. Server-side audio processing as a declarative chain of operations. Compile a list of ops to a single fast pipeline. Use it to clean up Generor music, trim narration, split a track into segments with fades, normalize for broadcast, or convert between formats.

Example endpoints.

Supported ops on /process: trim (cut to [start_ms, end_ms]), fade_in, fade_out (with optional curve), gain (dB), normalize (LUFS target), lowpass, highpass, tempo (pitch-preserving stretch), mix (layer 1–8 URLs over the main input), pad_silence (start/end), plus format conversion between mp3, wav, ogg, and flac.

To split a track into N parts each with a fade-in and fade-out, call /process N times — once per segment — with the appropriate trim + fade_in + fade_out ops. Identical requests are cached, so re-runs are instant.

5. Rexiew — Reviews & Trust Widget API

What it does. Embed multi-model AI-generated reviews, ratings, and pros/cons for a "thing" (product, service, app, brand, etc.) into any third-party page. Public, key-less, designed for direct browser embedding.

Example endpoints.

7. Common Conventions

8. Other Services

Some services don't expose a public API yet but have one planned: Botlor (orchestration) and Darobodo (coaching). If one of those is on your critical path, tell us at [email protected] and we'll prioritize it.

9. Suporte

Bug reports, feature requests, or onboarding for service-to-service auth: [email protected]. Production-tier rate limits and white-label terms: same address.