/
OP
openwhispr
/
OpenWhispr API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 1mo ago · Updated 1mo ago
Details
Filter operations
Auth
2
Folders
2
Keys
3
post
Create API key
get
List API keys
post
Revoke API key
Notes
6
Transcriptions
4
Usage
1
Keys
Create API key
Create a new API key. The full key is only returned once in the response.
post
/keys/create
Request body
KeyCreateRequest
required
name
string
required
scopes
string[]
expires_in_days
integer
Response
Created API key.
object
required
data
ApiKey
Changes