Developer APIs

Last updated: 23 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, ship a music video out of Voiovo, 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. This is the same mechanism Voiovo uses internally.

2. Voiovo — AI Video API

What it does. Turn an idea, a script, or a voiceover track into a finished short-form or long-form video. Internally: text → storyboard → AI-generated scene images → image-to-video motion → TTS → assembly into .mp4 with captions, mascots, SFX, and music.

Example endpoints.

Formats. Vertical (9:16) short and horizontal (16:9) long. MP4 output. Captions, per-scene SFX, background music, and corner-overlay mascots are all optional.

3. 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.

4. 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.

5. End-to-End Example: Music Video Pipeline

The three generation APIs chain together cleanly. Suppose you want to ship a 60-second music video from a single prompt:

  1. Generate the music. Call POST https://generor.com/api/v1/generators/music/generate with your prompt and a music model ID. You get back a creation ID; poll /creations/{id}/status until it returns a final audio URL.
  2. Edit the audio. Pass that audio URL to POST https://ahudio.com/api/v1/process with an ops chain — for example, three calls with different trim windows plus fade_in and fade_out to split the song into intro / hook / outro segments with smooth edges. Ahudio gives you back three new audio URLs.
  3. Render the video. Call POST https://voiovo.com/api/v1/jobs with input_mode: "voiceover" (pointing at the Ahudio-edited audio) plus per-scene image prompts. Voiovo generates the scene images via Generor, applies motion, and assembles the final MP4. Poll /job-status until you get done and pull the result from /outputs.

Every call is billed against the same Alexiuz credit balance. Each API can also be used in isolation — you don't have to use the whole stack.

6. Common Conventions

7. Other Services

Some services don't expose a public API yet but have one planned: Algatella (website analysis), Naited (notes), Botlor (orchestration), Darobodo (coaching), WordPrais (WordPress), and the Buidlings on-chain tools (CoinAllocator, Blockral, Blockinity, Provifier). If one of those is on your critical path, tell us at mail@alexiuz.com and we'll prioritize it.

8. Support

Bug reports, feature requests, or onboarding for service-to-service auth: mail@alexiuz.com. Production-tier rate limits and white-label terms: same address.