PASAR API
Standard tier gives 50,000 free characters/month; signed with APP ID + MD5 salt signature.
View docs ↗ More AI APIs# Baidu Translate ~ machine translation API needs an API key ~ get yours at: # https://fanyi-api.baidu.com/doc/21 curl 'https://fanyi-api.baidu.com/api/trans/vip/translate' \ -H 'Authorization: Bearer YOUR_TOKEN'
I'm integrating a China API into my app. API: Baidu Translate ~ machine translation API Provider: Baidu Auth: requires an API key (sign up: https://fanyi-api.baidu.com/doc/21) Pricing: freemium Base URL: https://fanyi-api.baidu.com/api/trans/vip/translate Important note: Standard tier gives 50,000 free characters/month; signed with APP ID + MD5 salt signature. Source: Baidu (https://fanyi-api.baidu.com/doc/21) 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.