User GuidesAPI ReferenceRelease Notes
Doc HomeHelp CenterLog In
API Reference

Create a Project

Optionally include a description and externalId at creation time for the project. For example, the following POST body was used in the above cURL command:

[
  {
    "name": "Project 1",
    "description": "Mastering Project",
    "type": "DEDUP",
    "unifiedDatasetName": "Project 1 - Unified Dataset",
    "externalId": "Project 1"
    }
]

The possible project types are in the following table:

TypeDescription
DEDUPMastering Project
GOLDEN_RECORDSGolden Records Project
CATEGORIZATIONCategorization Project
SCHEMA_MAPPING_RECOMMENDATIONSSchema Mapping Project

Response Fields

This endpoint returns a project object describing the project that was just created.

Language