Everything you need to integrate clinical letter generation into your workflow.
Submit transcripts and receive professionally formatted clinical letters. Supports consultation notes, procedure reports, and more.
Track transcription and letter generation progress with webhooks or polling. Know exactly when letters are ready.
Healthcare privacy safeguards with encrypted storage. API keys with granular scopes for access control.
Sign up for a Briefly. account and generate an API key from the dashboard under Settings > API Keys.
curl -X GET "https://app.briefly.health/api/v1/letters" \
-H "Authorization: Bearer briefly_sk_your_key_here" \
-H "Content-Type: application/json"Learn about all available endpoints, request schemas, and best practices in our full documentation.
All endpoints require API key authentication via Bearer token.
/api/v1/lettersList letters/api/v1/letters/{id}Get letter details/api/v1/lettersCreate letter from transcript/api/v1/patientsSearch patients/api/v1/patients/{id}Get patient details/api/v1/patientsCreate patient/api/v1/recordingsSubmit recording/api/v1/recordings/{id}/statusCheck status