curl -X GET "https://api.audixa.ai/v3/history?limit=10" \ -H "x-api-key: YOUR_API_KEY"
{ "limit": 10, "offset": 0, "length": 1, "history": [ { "generation_id": "gen_abc123", "status": "COMPLETED", "voice_id": "am_ethan", "voice_name": "Ethan", "model": "base", "tokens": 25, "dollar_cost": 0.000025, "audio_url": "https://cdn.audixa.ai/audio/gen_abc123.mp3", "created_at": "2025-02-05T12:00:00Z" } ] }
List generation history
GET https://api.audixa.ai/v3/history
IN_QUEUE
GENERATING
COMPLETED
FAILED
EXPIRED
Show History Item
API_WALLET
CREDITS_BALANCE
401 Unauthorized
{ "detail": "Invalid or missing API key" }
429 Too Many Requests
{ "detail": "Rate limit exceeded. Please retry after 30 seconds." }