encord-LayoutGroup
and encord-EditorGridPosition
are the key client metadata used later for configuring the Label Editor layout. If you need to add additional client metadata to your schema, include them in the script below.
audioMetadata
, imageMetadata
, or videoMetadata
flags are present in the JSON file, we directly use the supplied metadata without performing any additional validation, and do not store the file on our servers. It is crucial that the metadata you provide is accurate. For most applications these flags can be omitted.encord-EditorGridPosition
: Can take the values A
or B
. A
and B
are the two possible positions inside the Label Editor.encord-LayoutGroup
: Files with the same encord-LayoutGroup
values are displayed concurrently in the Label EditorImport data using in the UI
Register data using in the SDK
Upload is still in progress, try again later!
is returned, use the
script to check the upload status to see whether the upload has finished.<private_key_path>
with the path to your private key.<integration_title>
with the title of the integration you want to use.<folder_name>
with the folder name. The scripts assume that the specified folder name is unique.path/to/json/file.json
with the path to a JSON file specifying which cloud storage files should be uploaded.A folder to store my files
with a meaningful description for your folder."my": "folder_metadata"
with any metadata you want to add to the folder.Create a Dataset
Create an Ontology
Create a Project