Soynade/Team

Welcome, Developer

Here is what is happening in Default project.

API Calls

...

Last 7 days

Spend

...

Selected project

Audio

...

ASR and speech translation

Active Keys

...

Current project

Usage Over Time (7 days)

Recent Activity

Loading recent activity...

Quick Start

curl -X POST https://api.soynade.ai/v1/audio/translations/jobs \
  -H "Authorization: Bearer $SOYNADE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "audio_url": "https://example.com/wolof-speech.wav",
    "source_language": "wo",
    "target_language": "fr",
    "response_format": "json"
  }'