Send to Labeling

This endpoint submits the items from a slice as tasks to a pre-existing Scale Annotation project uniquely identified by project_id.

Only projects of type General Image Annotation are currently supported. Additionally, in order for task submission to succeed, the project must have task instructions and geometries configured as project-level parameters. For information about how to set project parameters, please reference the Scale Annotation API Documentation. When the newly created annotation tasks are annotated, the annotations will be automatically reflected in the Nucleus platform.

For Rapid projects, user can choose to submit the slice as a calibration batch, which is recommended for brand new labeling projects. For more information about calibration batches, please reference Overview of Self Serve Workflow. Note: A batch can be either a calibration batch or a self label batch, but not both.

Note: Nucleus only supports bounding box, polygon, and line annotations. If the project parameters specify any other geometries (ellipses or points), those objects will be annotated, but they will not be reflected in Nucleus.

📘

Click for Python SDK

Slice.send_to_labeling(project_id: str) -> dict
Language
Authorization
Basic
base64
:
Click Try It! to start a request and see the response here!