Developer options
Tools for debugging. Use the sidebar to return to Chat anytime.
Backend URLs
- Questionnaire report (POST)
-
https://flowise-fastapi-service-v28-816795331147.europe-west3.run.app/generate-report-mvp
- Chatbot messages (POST)
-
https://flowise-fastapi-service-v28-816795331147.europe-west3.run.app/chat/message
Questionnaire report request
Method: POST. Content-Type: application/json.
Authorization: Bearer with the signed-in user's Firebase id_token (same as chat and /analyze-file). CHATBOT_API_KEY is not used.
{
"email": "[from questionnaire Email field at submit]",
"question": "[built at submit: one string, all answers with labels]",
"send_email": false
}
Session testing
Simulate the auth states, then do any data action (open Blood Work, Generate report, …) to see the result.