Labeling profiles
Last updated
Last updated
URL GET
Request
Path parameters
clientId
string
Client Id obtained from Deepen AI
Response Returns a json with field ‘profiles’ that represents an array of LabellingProfileResource objects.
URL
POST
Request
Path parameters
clientId
string
Client Id obtained from Deepen AI
Request body
profile_name
string
Name of the new profile
instructions
string
features
Object
Type of labels, e,g : box, point, 3d_bbox, etc.
auto_detect_objects_end_point
string
Endpoint of auto-detect object endpoint
notification_url
string
pipeline_spec
Object
Pipeline stages
preferences
Object
Example body
Response
Returns a field ‘profile_id’ which contains the id of the newly created profile.
Response Returns an instance of LabellingProfileResource.
Request
Path parameters
profileId
string
Profile id of the profile to be created.
Request body
profile_name
string
Name of the new profile
instructions
string
features
Object
Type of labels, e,g : box, point, 3d_bbox, etc.
auto_detect_objects_end_point
notification_url
string
pipeline_spec
Object
Pipeline stages
preferences
Object
Example body
Response Returns empty response on successful completion.
Request
Path parameters
profileId
string
Profile id of the profile to be created.
Example body
Response Returns empty response on successful completion.
URL GET
URL POST
URL DELETE