Syntext DOCS
Get Started
API Get Widget Config
GET/v1/projects/{projectId}/chat/config

Get Widget Config

Returns the public configuration the embeddable chat widget uses to render itself — assistant name, persona, and project display settings. No authentication required.

Path Parameters

The project ID.

Example

curl https://api.syntext.dev/v1/projects/prj_abc123/chat/config

Response

{
  "data": {
    "projectName": "Acme Docs",
    "assistantName": "AI Assistant"
  }
}

The assistant name and persona are configurable in the dashboard under Settings → AI Assistant.

This endpoint is safe to call from the browser and is cached by the widget. See AI Assistant for embedding instructions.

Assistant
Responses are generated using AI and may contain mistakes.

Ask me anything about the documentation.

ESC