top of page

for Developers
Clinical Research Integration
This describes all the API methods to retrieve structured anonymous data from all Bifrost-powered diagnostic systems, simplifying clinical research and development artificial intelligence for healthcare.
Base URL
https://api.bifrost.health/api/rnd
Methods
List Accessible Diagnostic Systems
This method will retrieve all the Bifrost-powered diagnostic systems accessible with the API key.
Path
/systems
Method
GET
Query
tenant_id
The API key provided on subscription
Response
Code: 200
List of all data for review
Content returned:
List Systems
Code: 401
Invalid tenant ID provided
Retrieve Anonymous Structured Data
This method can be used to export anonymous structured data for a Bifrost-powered diagnostic system.
Path
/export
Method
POST
Request
Content-Type
application/json
Body
Export Data
Response
Code: 200
Structured data retrieved successfully
Content returned:
Code: 400
Failed to retrieve data from the diagnostic system
Code: 401
Invalid tenant ID provided or no access to requested diagnostic system
Suggested Workflow
.png)
bottom of page