{ "opencollection": "1.0.0", "info": { "name": "Wispr Backend Analytics LLM API", "version": "0.5.2" }, "items": [ { "info": { "name": "LLM", "type": "folder" }, "items": [ { "info": { "name": "Flow Api", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/llm/api", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Flow Api" }, { "info": { "name": "Asr", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/llm/asr", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Asr" }, { "info": { "name": "Formatting", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/llm/formatting", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Formatting" }, { "info": { "name": "Completion", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/llm/completion", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Completion" }, { "info": { "name": "Ocr", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/llm/ocr", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Ocr" }, { "info": { "name": "Extract Asr Words", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/llm/extract_asr_words", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Extract Asr Words" }, { "info": { "name": "Format Non English Endpoint", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/llm/format_non_english", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Format Non English Endpoint" }, { "info": { "name": "Asr Audio Chunks", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/llm/asr_audio_chunks", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Asr Audio Chunks" }, { "info": { "name": "Command Mode Route", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/llm/command_mode_route", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Command Mode Route" }, { "info": { "name": "Command Mode", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/llm/command_mode", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Command Mode" }, { "info": { "name": "Instruct Mode", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/llm/instruct_mode", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Instruct Mode" }, { "info": { "name": "Polish Text", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/llm/polish_text", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Polish Text" }, { "info": { "name": "Extract Edited Words", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/llm/extract_edited_words", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Extract proper nouns, technical terms, or domain-specific terms that were edited\nbetween the original pasted text and the edited text." }, { "info": { "name": "Classify Intent", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/llm/classify_intent", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Classify voice input into one of the provided routes.\n\nReturns the matched route plus optional per-route structured data the classifier" }, { "info": { "name": "Detect Formality", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/llm/detect_formality", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Classify text messages into one of three formality levels based on\ncapitalization, punctuation and other use of informal language.\nLevels: very_casual, casual, formal" }, { "info": { "name": "Check Sensibility", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/llm/check_sensibility", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Check if a transcribed message makes sense in context.\nReturns a score from 0.0 (nonsensical) to 1.0 (makes perfect sense).\nUsed to warn users before they send potentially embarrassing messages." }, { "info": { "name": "Flow Response", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/llm/chat", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Flow Response" }, { "info": { "name": "Fetch Flow State 2025", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/llm/flow_state_2025", "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Fetch Flow State 2025" }, { "info": { "name": "Create Flow State 2025", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/llm/flow_state_2025", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create Flow State 2025" }, { "info": { "name": "Fetch Latest Voice Profile", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/llm/voice_profile/latest", "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Fetch Latest Voice Profile" }, { "info": { "name": "Fetch Voice Profile", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/llm/voice_profile", "params": [ { "name": "word_count_milestone", "value": "", "type": "query" } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Fetch Voice Profile" }, { "info": { "name": "Create Voice Profile", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/llm/voice_profile", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create Voice Profile" } ] } ], "bundled": true }