cURL
curl --request PUT \ --url https://app.demand-iq.com/api/company/kb/profile \ --header 'Content-Type: application/json' \ --cookie session= \ --data ' { "tagline": "<string>", "about": "<string>", "trustSignals": "<string>", "serviceCoverage": "<string>", "answerStyle": "<string>" } '
{ "profile": { "tenantId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "tagline": "<string>", "about": "<string>", "trustSignals": "<string>", "serviceCoverage": "<string>", "answerStyle": "<string>" } }
Updates the company tagline, about text, trust signals, service coverage, and answer style used by the AI.
Session cookie obtained from POST /api/auth/login.
POST /api/auth/login
Updated profile
Show child attributes