Accepted headers
Two headers are accepted, checked in this order:| Header | Notes |
|---|---|
Authorization: Bearer <key> | Preferred |
X-Rime-Api-Key: <key> | Convenience alternative for clients that reserve the Authorization header |
Tools that work without a key
| Tool | API key |
|---|---|
list_voices | Not required |
get_voice_details | Not required |
generate_integration | Not required |
check_dictionary | Required |
normalize_text | Required |
synthesize_speech | Required |
synthesize_speech calls the Rime API with your key, so generated samples consume credits like any other API request.
