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
Endpoints
| Method | Path | Description |
|---|---|---|
POST | /v1/audio/transcriptions | Transcribe audio |
POST | /v1/translations | Translate text |
POST | /v1/annotations | Annotate text |
POST | /v1/clarifications | Clarify text |
POST | /v1/conversions | Convert annotated text |
POST | /v1/formatting | Format transcript |
POST | /v1/sentiment | Analyze sentiment |
POST | /v1/prosody | Analyze prosody |
POST | /v1/voice-security | Voice security analysis |
POST | /v1/fingerprint | Generate speech fingerprint |
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.