Authorizations
Basic authentication using an API key, e.g. {Authorization: Bearer aff_0bb4fbdf97b7e4111ff6c0015471094155f91}
.
You can find your API key within the Settings page of the Affinda web app. You can obtain an API key by signing up for a free trial.
Path Parameters
Collection's identifier
"mEFayXdO"
Body
The data field and data point to be created.
The field to be created.
The data point to be created for this field. If a data point with the same slug and collection already exists, it will be reused.
The label of the category that this field will be put into. If not provided, the field will be put into the default category. If no category exists with the specified label, a new category will be created.
Response
Successfully created data field and data point.
The field to be created.
The data point to be created for this field. If a data point with the same slug and collection already exists, it will be reused.
The label of the category that this field will be put into. If not provided, the field will be put into the default category. If no category exists with the specified label, a new category will be created.