Getting Started
Learn how to integrate with the APIXO API in minutes
Getting Started
Welcome to APIXO! This guide will help you get up and running with our AI generation APIs.
What is APIXO?
APIXO provides a unified API for accessing multiple AI models for image, video, and audio generation. One API key, one consistent interface, access to all models.
Quick Links
How It Works
Submit a Generation Task
Send a POST request to /generateTask/{model} with your prompt and parameters.
Poll for Results
Check status via GET /statusTask/{model}?taskId=xxx (or use webhooks).
Supported Content Types
| Type | Models | Use Cases |
|---|---|---|
| Image | Nano Banana, Flux-2, Midjourney, GPT-Image-1 | Marketing, design, art |
| Video | Sora 2, Veo 3.1, Wan 2.5 | Ads, social media, presentations |
| Audio | Suno | Music, podcasts, voiceovers |
Next Steps
Ready to start? Head to Authentication to get your API key.