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

    MethodPathDescription
    POST/v1/audio/transcriptionsTranscribe audio
    POST/v1/translationsTranslate text
    POST/v1/annotationsAnnotate text
    POST/v1/clarificationsClarify text
    POST/v1/conversionsConvert annotated text
    POST/v1/formattingFormat transcript
    POST/v1/sentimentAnalyze sentiment
    POST/v1/prosodyAnalyze prosody
    POST/v1/voice-securityVoice security analysis
    POST/v1/fingerprintGenerate speech fingerprint

    Response Formats

    Most POST endpoints support two response formats via the response_format field:

    • json (default) — Minimal response with essential fields
    • verbose_json — Extended response with additional metadata

    Credits

    Each API call consumes credits from your account balance. Check your balance and usage through the Dashboard.

    Was this page helpful?