Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://api.shieldbase.ai/external/conversations \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --header 'X-Client-ID: <api-key>' \ --header 'X-Secret: <api-key>' \ --data ' { "content": "<string>", "model": "gpt-5.1", "document_ids": [ "<string>" ], "user_timezone": "UTC" } '
Start a new AI conversation and stream the response via Server-Sent Events
SSE stream