How authentication works
MyVocal API uses a single header for authentication on every endpoint:Where to get your API key
- Sign in to MyVocal Account.
- Open Account Info.
- Copy your API key.
Header format
API key used to authenticate your request.
Security best practices
- Keep API keys on your backend server.
- Do not expose API keys in frontend code or mobile apps.
- Do not commit API keys to Git repositories.
- Rotate key immediately if you suspect leakage.
