PASAR API
Authenticate with an api-subscription-key from dashboard.sarvam.ai; model lineup (chat, ASR, TTS, translate) evolves quickly so pin versions.
View docs ↗ More AI APIs# Sarvam AI ~ Indian-language LLM, speech & translate needs an API key ~ get yours at: # https://docs.sarvam.ai/ curl 'https://api.sarvam.ai' \ -H 'Authorization: Bearer YOUR_TOKEN'
I'm integrating a India API into my app. API: Sarvam AI ~ Indian-language LLM, speech & translate Provider: Sarvam AI Auth: requires an API key (sign up: https://docs.sarvam.ai/) Pricing: freemium Base URL: https://api.sarvam.ai Important note: Authenticate with an api-subscription-key from dashboard.sarvam.ai; model lineup (chat, ASR, TTS, translate) evolves quickly so pin versions. Source: Sarvam AI (https://docs.sarvam.ai/) Source type: Provider API or developer docs Endpoint type: Provider API base URL Integration difficulty: Needs API key Last checked: 2026-07-05 Production caveat: Keep credentials server-side and confirm current limits, pricing, and webhook/error behaviour in the provider docs. Help me set up the correct onboarding/authentication path and make the first valid request ~ explain exactly where credentials go and what must happen before production.