latestOpenAPI 3.0.12026-08-082942150.5 KB

14cab8ac3bca

Mean Opinion Score

Create Project

Creates a Mean Opinion Score project with a specific type and respective options.

Permission Required: Create Projects

post/v2.0/public/projects/MeanOpinionScore

Request body

idstring uuid required

Client generated identifier that will be used as Project Id.

namestring required

Project name.

metatagsobject nullable

Metatags provide for the ability to assign metadata to projects in the form of key-value pairs. Although there are no inherent types of metatags, they enable customers to categorize a project by purpose, owner, environment, or other criteria. Defined.ai does not perform any actions on metatags that customers submit. DO NOT SUBMIT PERSONALLY IDENTIFIABLE INFORMATION (PII) in a Metatag.

If left as null, no metatags are assigned.

When set, the root-level properties support string, object, and array data types (data types do not belong to these three will be converted to string type), while properties at inner level support all valid JSON data types.

Below is an example on how to use metatags:

{ 
     "rootString":  "This is a string",
     "rootObject":  {
		"innerBoolean": true,
		"innerNumber": 1,
		"innerString": "This is another string",
			"innerNull": null,
		"innerObject": {
			},
		"innerArray": []
	},
     "rootArray": [1, 2, 3, 4]
 }
desiredDeliveryDatestring date-time nullable

This field is for you to inform DC the desired date for Data to be delivered.

Example request

{
  "id": "00000000-0000-0000-0000-000000000000"
}

Response

Project was successfully created.