955 B
955 B
API
Primary orchestrator/demo endpoints:
POST /tasksPATCH /tasks/{task_id}POST /notesPOST /reservationsPATCH /reservations/{reservation_id}GET /dashboardGET /toolsPOST /transcriptionsGET /transcriptions/{job_id}GET /pending-actionsPATCH /pending-actions/{action_id}POST /pending-actions/{action_id}/approvegenerates the API call; it does not send itPOST /pending-actions/{action_id}/rejectWS /ws/transcript
Generated Wed backend tools:
create_task->POST /tasks/update_task->PATCH /tasks/{task_id}create_note->POST /notes/update_note->PATCH /notes/{note_id}create_guest_reservation->POST /reservations/guestupdate_reservation->PATCH /reservations/{reservation_id}
Transcript chunks:
{
"speaker": "Bride",
"timestamp": "2026-06-26T12:00:00Z",
"text": "Create a task for Maria to confirm the photographer."
}