Create ObjectAsk AIpost https://{hostname}/api/custom-entity/v1/entitiesUse this API to create a new object record. πThings to Know This API only supports creating Projects, Models, and Datasets objects via Object Manager. Query ParamsentityTypeIdentifieruuidThe unique identifier of the object type.entityTypeNamestringThe name of the object type.Body Paramsnamestringrequiredlength between 1 and 255The name of the object.organizationobjectThe details of the organization responsible for the object.organization objectattributesobjectThis parameter can be used to store attribute details in key value pairs.attributes objectworkflowAndStageobjectThe details of the workflow and stage.Entity Workflow Stage Request objectentityLinksarray of objectsThe details of the linked objects.entityLinksADD objectResponses 201Created - The object was successfully created 400Bad Request 401Unauthorized 403Forbidden 429Too Many Requests. For more information, see API Rate Limits. 500Internal Server ErrorUpdated 4 months ago