> Agent-readable docs index: /llms.txt. Download /docs.zip to grep all markdown files locally.

---
title: "POST /api/holocron/chat"
description: ""
api: "POST /api/holocron/chat"
gridGap: 30
---

<Aside full>

<RequestExample>

```bash
curl -X POST "https://api.example.com/api/holocron/chat" \
  -H "Content-Type: application/json" \
  -d '{
  "messages": [
    null
  ],
  "docsZipUrl": "https://example.com",
  "docsPages": {},
  "skillUrls": [
    "https://example.com"
  ]
}'
```

</RequestExample>

</Aside>

<OpenAPIEndpoint {...{"method":"post","path":"/api/holocron/chat","parameters":[],"requestBody":{"required":true,"contentType":"application/json","schema":{"type":"object","required":["messages"],"properties":{"messages":{"type":"array","items":{}},"docsZipUrl":{"type":"string","format":"uri"},"docsPages":{"type":"object","additionalProperties":{"type":"string"}},"skillUrls":{"type":"array","items":{"type":"string","format":"uri"}}}}},"responses":[{"status":"200","description":""},{"status":"default","description":""}],"security":[],"servers":[]}} />

---

*Powered by [holocron.so](https://holocron.so)*
