SDK Overview
Last updated
Last updated
The RedBrick AI Python SDK is a Python package that allows developers to interact with the RedBrick AI application programmatically.
We recommend you use the Python SDK if you want to:
Build data pipelines with Python and want to integrate your RedBrick AI annotation;
Write advanced scripts beyond simple import & export;
Take advantage of certain features such as , , or ;
For simple data import and annotation export, we , which has a simple interface with optimizations for basic use cases.
This SDK documentation is intended to cover high-level guides and use cases. If you are interested in more detailed documentation of the SDK interface, .
Nearly all operations with the SDK are performed on either the or objects. You can instantiate these objects using your .
Both and take an optional url
argument that defaults to .
If you are using a private/single-tenant deployment of RedBrick AI, this will need to be changed for your deployment - reach out to us for confirmation of what your case-specific URL needs to be.