Chat App API#
Chat applications support session persistence, allowing previous chat history to be used as context for responses. This can be applicable for chatbot, customer service AI, etc.Base URL#
https://api-platform.digitpulse.ai/v1
Authentication#
The Service API uses API-Key authentication. Strongly recommend storing your API Key on the server-side, not shared or stored on the client-side, to avoid possible API-Key leakage that can lead to serious consequences.For all API requests, include your API Key in the AuthorizationHTTP Header, as shown below:Authorization: Bearer {API_KEY}
Modified at 2025-01-13 09:32:52