HA

测试Google Cloud Translation API v2

  1. 事先申请api key,免费额度足够用了(每月50w字符)
  2. curl测试
curl -s -X POST -H "Content-Type: application/json" \ \
    --data "{
  'q': 'The Great Pyramid of Giza (also known as the Pyramid of Khufu or the
        Pyramid of Cheops) is the oldest and largest of the three pyramids in
        the Giza pyramid complex.',
  'source': 'en',
  'target': 'es',
  'format': 'text'
}" "https://translation.googleapis.com/language/translate/v2?key=XXXXXXXXXXXXXXXXXXXXXXXXXX"

reference

  1. Google cloud translation API issue
  2. Method: translate | Cloud Translation
  3. Pricing | Cloud Translation