Skip to main content

Interactive API Documentation

Explore our API documentation with OpenAPI specifications. You can download these specs and import them into your favorite API testing tools.

Authentication API

OAuth2 authentication flow for secure integrations

Medical Records API

Generate and manage medical records from audio

Jobs API

Monitor asynchronous processing tasks

Worklist API

Manage medical exam worklists

How to Use These Specifications

Postman

  1. Download the OpenAPI specification
  2. In Postman, click "Import" → "File"
  3. Select the downloaded YAML file
  4. Postman will generate a complete collection

Swagger UI

  1. Go to Swagger Editor Swagger Editor
  2. Click "File" → "Import file"
  3. Select the downloaded YAML file
  4. Use the interactive UI to test endpoints

Insomnia

  1. Download the OpenAPI specification
  2. In Insomnia, create a new document
  3. Click "Import/Export" → "Import Data"
  4. Select the YAML file

VS Code

Install the REST Client or Thunder Client extension:

  1. Import the OpenAPI spec into the extension
  2. Generate requests from the specification
  3. Test directly from your editor