OreNexus API
Generate music, query the marketplace, and access analytics from your product. Built for developers, platforms, and creative tools.
REST + Webhooks
Simple HTTPS endpoints, async job webhooks.
Fast generation
Most tracks ready in under 30 seconds.
Multi-tenant
Per-key rate limits, org workspaces, SSO.
Pro
- Everything in Starter
- Bulk generation
- Custom voices
- Priority support
Enterprise
- Everything in Pro
- Dedicated infra
- SLA + uptime guarantee
- Account manager
Quick start
curl -X POST https://api.orenexus.cloud/v1/generate \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"prompt": "lo-fi hip hop, chill, 90 BPM",
"duration": 60,
"format": "mp3"
}'