Introduction
Welcome to the Drylab documentation.

Drylab is a data company that offers a collection of APIs and services which clean-up, normalize, re structure, and contextualize scientific sources (e.g. papers, datasources, code, lab notebooks, twitter discussions.)
The LLM is the scientist. We are here to do the un-glamorous, dirty data work.
The Drylab APIs are organized around REST. Our APIs have predictable resource-oriented URLs, return JSON-encoded responses, and use standard HTTP response codes, authentication, and verbs.
https://api.drylab.bio
Although each API has its own unique features, they all share a common set of principles and practices. This consistency allows you to work with different Drylab APIs in a similar way. You can use the APIs directly over HTTPS or through the Drylab SDK available for typescript.
Last updated