Data Entry
Do any type of data entry with the Universal Data Tool

Click "New File" on udt.dev
Then select the Data Entry button from the
Setup > Data Type
page.
You can configure the Data Entry to create the right interface for your dataset. Use the
Setup > Preview
button to see your interface against either an example image or a sample from your dataset.
Configure the Data Entry interface
You can add a variety of different inputs by clicking the "Add Input" button.

Input types available when you click Add Input
You can use virtually any method of importing for data entry datasets, here is a list of common import methods.

Example Data Entry Sample
You can use either JSON or CSV to export the Data Entry type. See the full Data Entry JSON Specification for how the Data Entry JSON is formatted.
Each JSON sample looks like the following:
{
"pdfUrl": "https://...", // or imageUrl, document etc.
"annotation": { "FieldName": "..." }
}