# IOLOKIS API ## Docs - [Get Account Details](https://docs.iolokis.com/api-reference/endpoint/auth/get-doctor.md): Get your account details. This information is used to personalize the experience for each doctor. - [Health Check](https://docs.iolokis.com/api-reference/endpoint/auth/healthcheck.md): This route acts like a health check for the API connection and the validity of the authorization token. - [Create Patient Note](https://docs.iolokis.com/api-reference/endpoint/notes/create-note.md): Create a new note for a specific patient. - [Delete Note](https://docs.iolokis.com/api-reference/endpoint/notes/delete-note.md): Delete a specific note given its unique ID. - [Get Patient Notes](https://docs.iolokis.com/api-reference/endpoint/notes/get-notes.md): Fetch a list of notes belonging to a specific patient. - [Update Patient Note](https://docs.iolokis.com/api-reference/endpoint/notes/update-note.md): Update a specific note given its unique ID. - [Create Patient](https://docs.iolokis.com/api-reference/endpoint/patients/create-patient.md): Create a new patient. - [Delete Patient](https://docs.iolokis.com/api-reference/endpoint/patients/delete-patient.md): Delete a specific patient given his unique ID. - [Fetch Patients](https://docs.iolokis.com/api-reference/endpoint/patients/fetch-patients.md): Fetch a list of patients belonging to a doctor. If a workspace ID is provided, only patients belonging to that workspace will be returned. - [Update Patient](https://docs.iolokis.com/api-reference/endpoint/patients/update-patient.md): Update a specific patient given his unique ID. - [Create Transcription](https://docs.iolokis.com/api-reference/endpoint/transcriptions/create-transcription.md): Create a new transcription. - [Delete Transcription](https://docs.iolokis.com/api-reference/endpoint/transcriptions/delete-transcription.md): Delete a transcription by ID. - [Get Transcription PDF](https://docs.iolokis.com/api-reference/endpoint/transcriptions/get-transcription-pdf.md): Get PDF for a transcription by ID. - [Get Transcriptions](https://docs.iolokis.com/api-reference/endpoint/transcriptions/get-transcriptions.md): Get all transcriptions for a specific workspace. - [Power Mode Transcription](https://docs.iolokis.com/api-reference/endpoint/transcriptions/powermode-transcription.md): Create a transcription in powermode (file upload). - [Regenerate Transcription](https://docs.iolokis.com/api-reference/endpoint/transcriptions/regenerate-transcription.md): Regenerate a transcription. - [Update Transcription](https://docs.iolokis.com/api-reference/endpoint/transcriptions/update-transcription.md): Update a transcription by ID. - [Get My Workspaces](https://docs.iolokis.com/api-reference/endpoint/workspaces/get-my-workspaces.md): This endpoint is used to get information about the workspaces that the current user is a member of. - [Get Workspace Stats](https://docs.iolokis.com/api-reference/endpoint/workspaces/get-workspace-stats.md): This is used to get information about the workspace's usage and current limits. - [Introduction](https://docs.iolokis.com/api-reference/introduction.md): Welcome to IOLOKIS REST API Documentation. ## OpenAPI Specs - [openapi](https://docs.iolokis.com/api-reference/openapi.json) ## Optional - [Sofia](https://sofia.iolokis.com) - [Contact us](https://iolokis.com/contact)