Deine Schnittstelle zur KI – flexibel, skalierbar, DSGVO-konform.
Mit den SmartAVA API Services integrierst du moderne KI-Funktionen direkt in deine eigene Software – ob Web-App, Intranet, mobile App oder Backend-System.
Unsere API ist OpenAI-kompatibel, unterstützt Whisper, GPT-ähnliche Modelle, Embeddings und mehr – ganz ohne Cloud-Zwang.
✅ Was bietet die API?
- 🔍 /chat – Chat mit GPT-kompatiblen Modellen (GPT-3.5, GPT-4, LLaMA, Mistral etc.)
- 🧠 /embed – Vektor-Embeddings zur semantischen Suche
- 🎙️ /transcribe – Whisper v3 (Multilingual Speech-to-Text)
- 🔄 /tools – Funktionen & Tools per Function Calling (z. B. Webhooks, Kalender)
- 📄 /document – Textanalyse, Extraktion, Q&A aus PDF, DOCX, TXT
🔧 Technische Details
- OpenAI-kompatibles Format (Chat Completions API)
- Tokenbasierte Authentifizierung
- Standard: HTTPS + REST-JSON
- Optional: GraphQL und WebSocket
- Docker-fähig für lokale Mirror-Installationen
📈 Pakete & Preise
Paket | Monatspreis (netto) | Token-Kontingent | Priority |
---|---|---|---|
Small Company | 29 €/Monat | 2 Mio | normal |
Medium Org | 69 €/Monat | 6 Mio | hoch |
Large Enterprise | 149 €/Monat | 15 Mio | sehr hoch |
🛡️ Sicherheit & Compliance
- DSGVO-konform
- Rechenzentrum: 🇩🇪 Deutschland
- Kein Tracking, keine Datenweitergabe
- Optional auch On-Premise API Node buchbar (via SmartAVA Appliance)
🚀 Use Cases
- 🔎 Semantische Suche in großen Dokumenten
- 🧾 Automatische Zusammenfassungen von PDFs und E-Mails
- 📞 Telefonintegration via Voicebot + Whisper API
- 👨⚕️ KI-Co-Pilot für medizinische Dokumentation
- ⚙️ Integration in Support-Chats, ERP, CRM oder CMS
📂 Beispielanfrage (Chat)
POST /v1/chat/completions
Authorization: Bearer YOUR_API_KEY
Content-Type: application/json
{
"model": "gpt-4",
"messages": [
{"role": "user", "content": "Gib mir eine Zusammenfassung dieses Dokuments…"}
]
}
Antwort:
{
"choices": [{
"message": {
"role": "assistant",
"content": "Hier ist eine Zusammenfassung..."
}
}]
}
📞 API-Key erhalten oder Demo anfragen
Fordere deinen API-Key an oder buche direkt ein Gespräch mit unserem Entwickler-Team:
📧 api@smartava.ltd