---
title: "test a speech credential"
method: GET
path: "/Accounts/{AccountSid}/SpeechCredentials/{SpeechCredentialSid}/test"
tags: ["Speech"]
---

# test a speech credential

`GET /Accounts/{AccountSid}/SpeechCredentials/{SpeechCredentialSid}/test`

## Path parameters

- `AccountSid` string, uuid, required
- `SpeechCredentialSid` string, uuid, required

## Response `200`

credential test results

- object
  - `tts` object
    - `status` 'success' | 'fail' | 'not tested'
    - `reason` string
  - `stt` object
    - `status` 'success' | 'fail'
    - `reason` string

## Other responses

- `404` — credential not found
- `500` — system error

---

[API](https://skmtc.net/jambonz/apis/jambonz-api.md) · [All operations](https://skmtc.net/jambonz/apis/jambonz-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/jambonz/jambonz-api/versions/56f317145d23/schema)
