We currently aren't offering the API service. We have an exclusive set of partners that we work with and aren't taking new partnerships at the moment.
We currently aren't offering the API service. We have an exclusive set of partners that we work with and aren't taking new partnerships at the moment.
Generate a new client token (JWT)
{
"client_id": "client123",
"duration_secs": 3600,
"metadata": {
"user_name": "John Doe",
"company": "Acme Corp"
}
}
{
"access_token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...",
"expires_in": 3600
}
Use your org-level API key (Documentation Index
Fetch the complete documentation index at: https://api-docs.wisprflow.ai/llms.txt
Use this file to discover all available pages before exploring further.
Bearer fl-xxxxxx) to create a JWT token for a specific client. The token can be used at client-facing endpoints.
{
"access_token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...",
"expires_in": 3600
}
{
"client_id": "client123",
"duration_secs": 3600,
"metadata": {
"user_name": "John Doe",
"company": "Acme Corp"
}
}
Org-level key (format: Bearer fl-xxxxx) used to manage client tokens.
Was this page helpful?
{
"client_id": "client123",
"duration_secs": 3600,
"metadata": {
"user_name": "John Doe",
"company": "Acme Corp"
}
}
{
"access_token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...",
"expires_in": 3600
}