cURL
curl --request GET \ --url https://app.demand-iq.com/api/company/kb/profile \ --cookie session=
{ "profile": { "tenantId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "tagline": "<string>", "about": "<string>", "trustSignals": "<string>", "serviceCoverage": "<string>", "answerStyle": "<string>" } }
Returns the company’s knowledge base profile that guides how the AI answers customer questions.
Session cookie obtained from POST /api/auth/login.
POST /api/auth/login
KB profile
Show child attributes