Create a data point
Create a custom data point.
Request body
Name of the data point.
A camelCase string that will be used as the key in the API response.
The different data types of annotations
Uniquely identify an organization.
Uniquely identify an extractor.
The identifier of the parent data point if applicable.
If true, the model will not be used to predict this data point. Instead, the user will be able to manually enter the value in the validation tool.
If populated, the model will learn to predict this field using the data source, rather than relying on fuzzy string matching.
Example request
{
"organization": "mEFayXdO",
"extractor": "resume",
"parent": "DdCbJhhx",
"mappingDataSource": "mEFayXdO"
}Response
Successfully created a data point.
Uniquely identify a data point.
Name of the data point.
A camelCase string that will be used as the key in the API response.
The different data types of annotations
Uniquely identify an extractor.
The identifier of the parent data point if applicable.
If populated, the model will learn to predict this field using the data source, rather than relying on fuzzy string matching.
If true, the model will not be used to predict this data point. Instead, the user will be able to manually enter the value in the validation tool.