Generate dental treatment-plan PDF
generate_dental_treatment_plan_pdfStart the real Toofi headless treatment-plan pipeline from structured clinical findings: create a service-user runtime plan, invoke AI plan generation, and return an operation id for polling toward a patient-facing PDF output.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| patient | No | ||
| agent_id | No | Calling agent identifier. | |
| agent_key | No | Toofi agent API key. May also be supplied as X-Toofi-Agent-Key header. | |
| ai_preset | No | ||
| clinic_id | No | Clinic identifier for mandate-scoped production execution. | |
| intent_id | No | Root agent intent id. | |
| mandate_id | No | Clinic or agent mandate id. Optional in public demo mode. | |
| request_id | No | Idempotency and correlation id echoed in Toofi responses. | |
| presentation | No | ||
| principal_id | No | Human or clinic principal on whose behalf the agent acts. | |
| session_token | No | Alias for runtime_session_token. | |
| clinical_input | Yes | ||
| toofi_agent_key | No | Alias for agent_key. | |
| runtime_session_token | No | Toofi runtime actor token for service-user scoped execution. May also be supplied as x-toofi-session-token header. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | No | ||
| mode | No | ||
| status | No | ||
| endpoint | No | ||
| timestamp | No |