Documentation Index
Fetch the complete documentation index at: https://sunbirdai.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Translation Chatbot
Build a WhatsApp or Telegram bot that helps users communicate across languages.- Receive Message: User sends text in English.
- Detect Language: Use
/tasks/language_idto confirm input language. - Translate: Use
/tasks/nllb_translateto convert to Luganda. - Reply: Send translated text back to user.
Podcast Transcription
Automatically generate transcripts for local language podcasts.- Upload Audio: Use
/tasks/generate-upload-urlfor large podcast files. - Transcribe: Call
/tasks/stt_from_gcs. - Summarize: Use
/tasks/summariseto create show notes from the transcript.
Educational Voice Assistant
Create an app that reads educational content aloud to students.- Content: Retrieve text lesson.
- Synthesize: Use
/tasks/ttswith a clear voice (e.g., Speaker 248 for Luganda). - Play: Stream audio to the student’s device.
