API
Last updated
Last updated
UBIAI supports fully programmatic file upload, auto-labeling, model training and inference. The API feature is only available for Team, Team Pro and Enterprise packages.
Upload Files with API
In order to automate the upload process, UBIAI offers fully programmatic file upload with the auto-annotation option. Below are the file formats that can be uploaded by API:
JSON, TSV
PDF, HTML, DOCX, CSV, ZIP and TXT
Native PDF (OCR), PNG/JPG (OCR)
In order to upload the files with API, simply go to the API tab in the annotation interface and select "Upload files with API". If you would like to pre-annotate your files, check the "Auto annotate while uploading" box and select the method of pre-annotation as hown below:
Export Annotation with API:
In addition to file upload, you can export your annotation programmatically using our API feature.
In the API tab, select "Export files with API" and select the export type as shown below, the python code will be updated accordingly. Then simply copy/paste the code and run the script in your application:
Model Training with API:
Programmatic model training for NER and relation extraction can be easily done with our API.
Go to the models menu
Create a new model (NER or relation extraction)
Select the training data
Go to the "Train model with API" and copy/paste the generated code in your application
Run the script to launch the training (you can input the hyperparameters of your choice)
Inference API:
After training the model, you can directly start running predictions on your texts using our API:
Go to the Analysis menu and select the API tab.
Select your trained custom model
Copy/paste the generated code in your application and launch the script (make sure to input your texts in the "inputs" list)