---
title: "API Reference — Invert Docs"
slug: api
kind: category
description: "Query the Invert database programmatically using SQL. Authentication, available views, and example queries."
url: https://invertbio.com/docs/api
---

# API Reference

Query the Invert database programmatically using SQL. Authentication, available views, and example queries.

Every article below is available as raw markdown by appending `.md` to its URL (e.g. `https://invertbio.com/docs/authentication.md`).

## Articles

- [Authentication](https://invertbio.com/docs/api/authentication) — markdown: https://invertbio.com/docs/authentication.md — Tokens for Invert's external API are issued through Auth0. The same authentication flow applies to both the Core and DSP views. Receive a token from Auth0 In or...
- [Core views](https://invertbio.com/docs/api/core) — markdown: https://invertbio.com/docs/core.md — The Core external API provides SQL access to bioprocess data in Invert. See Authentication for how to obtain an access token. Available Views v_bioprocesses Not...
- [DSP views](https://invertbio.com/docs/api/dsp) — markdown: https://invertbio.com/docs/dsp.md — The DSP external API provides SQL access to material streams, unit operations, and bioprocess data. See Authentication for how to obtain an access token. Availa...
