Developer platform
Verify an STT key
Checks the status of an STT API key.
GET
/api/public/v1/auth/checkOn this page
Code examples
curl https://studio.evomlabs.com/api/public/v1/auth/check \
-H "Authorization: Bearer stt_sk_live_YOUR_KEY"Request
Send the credential in the Authorization header. Account and voice keys are accepted only where the endpoint contract permits them.
Response
JSON
{"status":"ok","api_key":"valid"}Errors
REST failures use the documented error envelope. Handle the error code instead of matching the human-readable message.
Error codesWas this page helpful?