# Patient Attachment

 - [GET /patient_attachment](https://docs.api.pracsuite.com/openapi/patient-attachment/listpatientattachments-get.md)
 - [GET /patient_attachment/{patient_attachment_id}](https://docs.api.pracsuite.com/openapi/patient-attachment/getpatientattachment-get.md)
 - [GET /patient_attachment/{patient_attachment_id}/content](https://docs.api.pracsuite.com/openapi/patient-attachment/getpatientattachmentcontent.md): Returns a temporary redirect to the underlying storage location for the patient attachment content. The response includes a Location header containing a short-lived, presigned URL. API users should fo
 - [GET /patient_attachment/{patient_attachment_id}/presign_url](https://docs.api.pracsuite.com/openapi/patient-attachment/getpatientattachmentpresignurl.md): Returns a short-lived presigned URL that can be used to download the patient attachment content directly from storage. The presigned URL is time-limited and grants temporary read access to the attachm
 - [POST /patient/{client_id}/patient_attachment](https://docs.api.pracsuite.com/openapi/patient-attachment/getpatientattachmentuploadpresignedurl-post.md): [Uploading patient attachments](/guides/uploading-attachments)
 - [GET /patient/{client_id}/patient_attachment](https://docs.api.pracsuite.com/openapi/patient-attachment/listpatientattachmentsbypatient-get.md)
 - [GET /patient/{client_id}/patient_attachment_folder](https://docs.api.pracsuite.com/openapi/patient-attachment/listpatientattachmentfoldersbypatient-get.md)
 - [POST /patient/{client_id}/patient_attachment_folder](https://docs.api.pracsuite.com/openapi/patient-attachment/createpatientattachmentfolder-post.md)
 - [Patient Attachment](https://docs.api.pracsuite.com/openapi/patient-attachment/patientattachment.md): Schema: #/components/schemas/PatientAttachment
 - [Patient Attachment Folder](https://docs.api.pracsuite.com/openapi/patient-attachment/patientattachmentfolder.md): Schema: #/components/schemas/PatientAttachmentFolder
