OpenDBM REST API

The OpenDBM REST API is a self-hosted FastAPI service published inside AiCure's open-source OpenDBM repository (rest_api/). It exposes the OpenDBM digital-biomarker pipeline over HTTP: an OAuth2 password-grant login that returns a JWT, a multipart file upload, and six analysis operations that run facial, acoustic, movement and speech measurement over an uploaded video or audio file and return a ZIP of CSV results. It is run by the consumer on their own machine or infrastructure (the documented development base is http://127.0.0.1:8000); AiCure does not host a public instance of it.

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/aicure-opendbm-rest-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

API entry from apis.yml

apis.yml Raw ↑
aid: aicure-opendbm-rest-api
name: OpenDBM REST API
description: 'The OpenDBM REST API is a self-hosted FastAPI service published inside AiCure''s open-source
  OpenDBM repository (rest_api/). It exposes the OpenDBM digital-biomarker pipeline over HTTP: an OAuth2
  password-grant login that returns a JWT, a multipart file upload, and six analysis operations that run
  facial, acoustic, movement and speech measurement over an uploaded video or audio file and return a
  ZIP of CSV results. It is run by the consumer on their own machine or infrastructure (the documented
  development base is http://127.0.0.1:8000); AiCure does not host a public instance of it.'
humanURL: https://aicure.github.io/open_dbm/extras/odbm-rest-api
image: https://aicure.com/img/favicon/apple-touch-icon.png
baseURL: http://{opendbm-host}:8000/odbm/v1
tags:
- Digital Biomarkers
- Clinical Trials
- Behavioral Measurement
- Open-Source
- Self-Hosted
tags_raw:
- Digital Biomarkers
- Clinical Trials
- Behavioral Measurement
- Open Source
- Self Hosted
properties:
- type: Documentation
  url: https://aicure.github.io/open_dbm/extras/odbm-rest-api
- type: APIReference
  url: https://aicure.github.io/open_dbm/api/api-doc
- type: GettingStarted
  url: https://aicure.github.io/open_dbm/docs/getting-started
- type: SourceCode
  url: https://github.com/AiCure/open_dbm/tree/master/rest_api
- type: Authentication
  url: authentication/aicure-authentication.yml
- type: Conventions
  url: conventions/aicure-conventions.yml
- type: ErrorCatalog
  url: errors/aicure-problem-types.yml
- type: DataModel
  url: data-model/aicure-data-model.yml
- type: Sandbox
  url: sandbox/aicure-sandbox.yml
- type: X-MCPServerCandidate
  url: mcp/aicure-mcp.yml