v10

latestOpenAPI 3.1.0raw.githubusercontent.com2026-07-21162658.7 KB
public

Generate Report

Start backend report creation from a template ID and note IDs. If the template contains prompt nodes, the backend generates those sections from the supplied notes. If the template contains no prompt nodes, the backend saves the template content directly as a report. The response returns a job_id immediately; poll GET /v1/public/jobs/{job_id} until the job completes.

post/v1/public/clients/{client_id}/reports/generate

Path parameters

client_idinteger required

Request body

template_idstring required
note_idsstring[] required
titlestring nullable

Response

Successful Response

job_idstring required