Sign In
Create Account
By continuing you accept the VoxAI Engine Terms of Service
Overview
Credits Balance
$0.00
Pay-as-you-go
+ Add credits
API Calls (30d)
0
Total requests
— this month
Spent (30d)
$0.00
Credits consumed
Plan
PAYG
No monthly commitment
Your API Key
vx_live_••••••••••••••••••••••••••••••••

Recent API Calls

View all →
EndpointUnitsChargedStatusTime
No API calls yet. Browse the store →
Loading catalog…

Live API Key

Use this key in the Authorization: Bearer header on every request. The key is associated with your account and all charges go to your credit balance.

vx_live_••••••••••••••••••••••••••••••••••••••••••••••••

⚠ Rotate API Key

This will immediately invalidate the current key. Any running integration using the old key will break instantly. Make sure to update all your projects before rotating.

Usage

Authenticate via the Authorization header — never in the URL.

curl -X POST https://api.voxai-tech.com/v1/run/voxai-convert \ -H "Authorization: Bearer vx_live_YOUR_KEY" \ -F "file=@video.mp4" \ -F "target_format=mp3" \ -o output.mp3
Current Balance
$0.00
Total Calls
0
Total Spent
$0.00
Most Used API

Usage History

API EndpointUnitQuantityCredits ChargedStatusTimestamp
No usage yet.
🔊

API Reference

Full endpoint docs for every model in the store. Machine-readable at /v1/catalog — paste it to your LLM.

🔑

Authentication

All endpoints require Authorization: Bearer vx_live_xxx. Keys are tied to your balance — no monthly limits.

💰

Billing

Pay-as-you-go. Credits deducted atomically per request. Responses include X-Credits-Charged and X-Credits-Balance headers.

🤖

LLM-Friendly Catalog

Give your AI assistant the catalog URL and let it wire your integration. Public endpoint: GET /v1/catalog

Quickstart — Convert a video to MP3 in 60 seconds

1

Get your API key

Find your key in API Keys. Add $5 of credits to get started.

2

Make your first call

Upload a file, get the converted output. No SDK required — just HTTP.

curl -X POST https://api.voxai-tech.com/v1/run/voxai-convert \ -H "Authorization: Bearer vx_live_YOUR_KEY" \ -F "file=@video.mp4" \ -F "target_format=mp3" \ -o output.mp3
3

Check response headers

Every response includes X-Credits-Charged so you can pass the cost through to your own users if needed.

4

Browse more APIs

STT, TTS, voice separation, media translation — all coming as we add them to the store. No code changes on your side — just update the slug.

Add Credits

Credits never expire. Deducted per request in real time.

$5
Starter
$20
Popular
$50
Builder
Copied!