Skip to main content

Request

curl -X POST https://api.docfiy.com/api/sites/acme-docs/assistant \
  -H "Content-Type: application/json" \
  -d '{
    "messages": [
      { "role": "user", "content": "How do I add a custom domain?" }
    ]
  }'

Response

{
  "id": "assistant-1710000000000",
  "role": "assistant",
  "parts": [
    {
      "type": "text",
      "text": "To add a custom domain, open Settings → Custom domain..."
    }
  ]
}

Responses are generated from your site content and may contain mistakes. Always link readers to canonical docs pages.