Ask Anything
bashCopyEditcurl -X POST http://localhost:3001/api/chat \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"prompt": "Summarize the PDF",
"workspace": "default"
}'Last updated
bashCopyEditcurl -X POST http://localhost:3001/api/chat \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"prompt": "Summarize the PDF",
"workspace": "default"
}'Last updated