Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Assign items to annotators, creating one labelling job per annotator
from calibrate import Calibrate client = Calibrate( api_key="your_api_key", ) client.annotation_tasks.create_labelling_jobs( task_uuid="f47ac10b-58cc-4372-a567-0e02b2c3d479", annotator_ids=[ "f47ac10b-58cc-4372-a567-0e02b2c3d479" ], )