VoxParse
  • Home
  • Docs
  • Dashboard
VoxParse Dashboard

We'll email you a 6-digit code to sign in.
No password needed.

We sent a code to

Use a different email ยท Code expires in 10 minutes

Dashboard

๐Ÿ’ฐ Available Balance
$0.00
Expires: โ€”
๐Ÿ“‹ Total Jobs
0
All time
๐Ÿ’ธ Total Spent
$0.00
Across all services
๐Ÿ”‘ Active API Keys
1
Manage below

Add Credits

Recent Activity

Job ID Type Model Status Cost Created
๐Ÿ“‹
No jobs yet. Start using the API to see activity here.

API Access

Session Token

vxs_โ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ขโ€ข

Use this token as a Bearer token in your API requests. Expires 24 hours after login.

Quick Start

# Transcribe an audio file
curl -X POST https://api.voxparse.com/v1/transcribe \
  -H "X-API-Key: YOUR_API_KEY" \
  -F "[email protected]" \
  -F "model=standard"

# Chat with Apex (OpenAI-compatible)
curl -X POST https://api.voxparse.com/v1/apex/chat/completions \
  -H "X-API-Key: YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"model":"apex-latest","messages":[{"role":"user","content":"Hello"}]}'

# Check your balance
curl https://api.voxparse.com/v1/balance \
  -H "X-API-Key: YOUR_API_KEY"
๐Ÿ“– Full API Docs ๐Ÿ’ฐ Pricing Details