API Reference
The VALSEA API provides AI-powered audio and text processing services. All endpoints are available at https://api.valsea.ai.
Authentication
Most endpoints require an API key passed as a Bearer token:
Authorization: Bearer YOUR_API_KEY
Generate your API key from the VALSEA Dashboard.
Base URL
https://api.valsea.ai
Live
Batch
Other & Add-ons
Response Formats
Most POST endpoints support two response formats via the response_format field:
json(default) — Minimal response with essential fieldsverbose_json— Extended response with additional metadata
Credits
Each API call consumes credits from your account balance. Check your balance and usage through the Dashboard.