Evom Labs API Reference

Developer platform

Verify an STT key

Checks the status of an STT API key.

GET/api/public/v1/auth/check
On this page

Code examples

curl https://studio.evomlabs.com/api/public/v1/auth/check \
  -H "Authorization: Bearer stt_sk_live_YOUR_KEY"

Authorization

Bearer credential

Send the credential in the Authorization header. Account and voice keys are accepted only where the endpoint contract permits them.

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 codes

Was this page helpful?

Evom Labs API documentation