🔍 Google Cloud Speech API Tester

API Key: AIzaSyBcNJ0za_jO7GNS...kxFI639fW0

📋 Test Details:

Endpoint: https://speech.googleapis.com/v1/speech:recognize
Language: en-US
Audio: 1 second test sample

🚀 Testing API...

📡 Response:

HTTP Code: 400

Full Response:
{
  "error": {
    "code": 400,
    "message": "Invalid value at 'audio.content' (TYPE_BYTES), Base64 decoding failed for \"GkXfo59ChoEBQveBAULygQRC84EIQoKEd2VibUKHgQRChYECGFOAZwH/////////FUmpZpkq17GDD0JATYCGQ2hyb21lV0GGQ2hyb21lFlSua7+uvdeBAXPFh4EBQoWBAhhTgGcB//////////////////////////////////////////\"",
    "status": "INVALID_ARGUMENT",
    "details": [
      {
        "@type": "type.googleapis.com/google.rpc.BadRequest",
        "fieldViolations": [
          {
            "field": "audio.content",
            "description": "Invalid value at 'audio.content' (TYPE_BYTES), Base64 decoding failed for \"GkXfo59ChoEBQveBAULygQRC84EIQoKEd2VibUKHgQRChYECGFOAZwH/////////FUmpZpkq17GDD0JATYCGQ2hyb21lV0GGQ2hyb21lFlSua7+uvdeBAXPFh4EBQoWBAhhTgGcB//////////////////////////////////////////\""
          }
        ]
      }
    ]
  }
}

💡 Diagnosis:

ERROR 400: Bad Request

The API request is malformed.
Check the response above for details.

🔧 Quick Links: