Deepgram · API Governance Rules
Deepgram API Rules
Spectral linting rules defining API design standards and conventions for Deepgram.
4 Rules
error 2
warn 2
Rule Categories
deepgram
Rules
warn
deepgram-tts-info-contact
TTS API info should include a Deepgram developer contact.
$.info
warn
deepgram-tts-base-url
Servers should reference api.deepgram.com.
$.servers[*].url
error
deepgram-tts-speak-resource
API should expose /v1/speak for text-to-speech.
$.paths
error
deepgram-tts-token-security
API should declare Token-based bearer authentication.
$.components.securitySchemes