Verwalte API-Schlüssel für externe Integrationen und REST API Zugriff
Noch keine API-Schlüssel erstellt
Verwende deine API-Schlüssel für REST API Aufrufe:
curl -X POST https://your-domain/api/v1/chat \
-H "Authorization: Bearer ol_your_api_key" \
-H "Content-Type: application/json" \
-d '{"message": "Hello!"}'Halte deine API-Schlüssel sicher und teile sie niemals öffentlich.