Report Filling

Fill Report Endpoint

Endpoint to fill a report based on a transcript ID and a template ID. The template ID must correspond to an active template in the database. The transcript ID must correspond to an existing transcript owned by the user. The filled PDF will be stored in Supabase and a signed URL will be returned.

post/tools/fillreport

Request body

transcript_idstring uuid required
template_idstring uuid required
task_idstring nullable

Response

Successful Response

report_idstring uuid required
filled_pdf_urlstring required
json_outputobject required

Changes

No recorded changes to this endpoint across all 1 revision of this API.