Deepgram · API Governance Rules
Deepgram API Rules
Spectral linting rules defining API design standards and conventions for Deepgram.
5 Rules
error 1
warn 4
Rule Categories
deepgram
Rules
warn
deepgram-info-contact
API info should include a Deepgram developer contact.
$.info
warn
deepgram-base-url
Servers should reference api.deepgram.com.
$.servers[*].url
error
deepgram-token-security
API should declare Token-based bearer authentication.
$.components.securitySchemes
warn
deepgram-listen-resource
API should expose /v1/listen for transcription.
$.paths
warn
deepgram-operation-tags
Operations should be tagged Transcription, Speak, or Read.
$.paths[*][*]