Create ControlAsk AIpost https://{hostname}/api/controls/v1/controlsUse this API to create a new control in the Controls Library.Body Paramsidentifierstringrequiredlength between 1 and 50The identifier of the control.namestringrequiredlength between 1 and 300The name of the control.orgGroupIduuidrequiredThe identifier of the organization the master control is linked to. In general, this is top organization in the org hierarchy.descriptionstringlength between 0 and 3000Description of the control.recommendationstringlength between 0 and 500The recommendation status of this control based on Athena logic.frameworkIduuidIdentifier of the framework the control is tied to.frameworkNamestringlength between 0 and 500Name of the framework the control is tied to.frameworkNameKeystringlength between 0 and 500Identifier used for translation of Framework Name.statusstringenumThe new status of the control. This can be Active, Archived, or Pending.ActiveActiveArchivedPendingAllowed:ActiveArchivedPendingcategoryIduuidThe identifier of the category tied to the control. Optional if no category is needed or if category name is provided.categoryNamestringlength between 0 and 500The name of the category tied to the control. Optional if category Id is provided.categoryNameKeystringlength between 0 and 500Identifier used for translation of category name. Optional if category Id is provided.attributesobjectCustom Attributesattributes objectimplementationGuidancestringImplementation guidance of control.seedControlIduuidThe identifier of an existing control to use as a template for creating this new control.importBatchIduuidThe identifier of the import batch this control belongs to when importing multiple controls.originstringenumrequiredThe origin or creation method of this control (Manual, Import, API, etc.).BulkImportManualFrameworkImportFrameworkContentUpdateAllowed:BulkImportManualFrameworkImportFrameworkContentUpdateotControlIdentifieruuidThe OneTrust system identifier for this control when importing from the OneTrust catalog.Responses 201Created 400Bad Request 401Unauthorized 403Forbidden 429Too Many Requests. For more information, see API Rate Limits. 500Internal Server ErrorUpdated 4 months ago