Skip to main content

POST /api/research/slides

Tạo bộ 14 slide học thuật từ kết quả nghiên cứu.

Request

query
string
required
Câu hỏi nghiên cứu.
pico
object
PICO framework: { population, intervention, comparison, outcome }.
papers
array
required
Danh sách papers (tối đa 10). Mỗi paper gồm: title, authors, journal, year, doi.
theme
string
default:"medical"
Theme cho slides: medical, academic, hoặc minimal.
totalScreened
number
Tổng số papers đã sàng lọc.
includedCount
number
Số papers được chọn.

Response

slides
array
Mảng 14 slides, mỗi slide gồm:
  • title — Tiêu đề slide
  • layout — Kiểu layout: title, content, table
  • bullets — Danh sách bullet points
  • tableData — Dữ liệu bảng (nếu layout là table)
  • notes — Speaker notes
  • subtitle — Phụ đề (cho title slide)
theme
string
Theme đã chọn.
query
string
Câu hỏi nghiên cứu.
generatedAt
string
Thời gian tạo (ISO 8601).