Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 9 additions & 5 deletions fern/pages/getting_started.mdx
Original file line number Diff line number Diff line change
@@ -1,17 +1,20 @@
<Note>
<Note icon="sparkles">
Endpoints with sparkles ✨ next to them are only available for Label Studio Enterprise and, in many cases, Starter Cloud users.
</Note>

<Launch title="Version 2.0 is here!">
Version 2.0 of the Label Studio SDK is here, and it's packed with more functionality and a smoother developer experience!

If you're using an older version, please review the [breaking changes](https://github.com/HumanSignal/label-studio-sdk/releases/tag/2.0.0) before upgrading.
</Note>
</Launch>


You can use the Label Studio Python SDK to make annotating data a more integrated part of your data science and machine learning pipelines. This software development kit (SDK) lets you call the Label Studio API directly from scripts using predefined classes and methods.

<Tip>For additional guidance on using our SDK, see [5 Tips and Tricks for Label Studio’s API and SDK](https://labelstud.io/blog/5-tips-and-tricks-for-label-studio-s-api-and-sdk/)</Tip>
The following are basic examples. For more advanced examples, see [Tutorials](/tutorials).

<Tip>If you are using our SDK with an LLM, you can use this: https://api.labelstud.io/llms.txt</Tip>

The following are basic examples. For more advanced examples, see [Tutorials](/tutorials).

## Install

Install the Label Studio SDK using pip:
Expand Down Expand Up @@ -116,6 +119,7 @@ Advanced tutorials focused on [ML backends](https://github.com/HumanSignal/label
* [Improve Object Detection with YOLO](/tutorials/tutorials/improve-object-detection-with-yolo)
* [Interactive OCR with Tesseract](/tutorials/tutorials/interactive-ocr-with-tesseract)

<Tip>For additional guidance on using our SDK, see [5 Tips and Tricks for Label Studio’s API and SDK](https://labelstud.io/blog/5-tips-and-tricks-for-label-studio-s-api-and-sdk/)</Tip>

## SDK versions and compatibility

Expand Down