llmwhisperer
Installation
SKILL.md
LLMWhisperer v2 API
LLMWhisperer extracts text from complex documents (PDFs, images, Office files) in a layout-preserving format optimized for LLM consumption. All requests are async.
Quick Reference
| Item | Value |
|---|---|
| Base URL US | https://llmwhisperer-api.us-central.unstract.com/api/v2 |
| Base URL EU | https://llmwhisperer-api.eu-west.unstract.com/api/v2 |
| Auth Header | unstract-key: <API_KEY> |
| Python pkg | pip install llmwhisperer-client |
| JS pkg | npm install llmwhisperer-client |
| n8n node | n8n-nodes-unstract |