[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-06-27 UTC."],[[["\u003cp\u003eCreates a new Annotation store within a specified dataset using the \u003ccode\u003eprojects.locations.datasets.annotationStores.create\u003c/code\u003e method.\u003c/p\u003e\n"],["\u003cp\u003eRequires a \u003ccode\u003ePOST\u003c/code\u003e request to the provided URL, which utilizes gRPC Transcoding syntax.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eparent\u003c/code\u003e path parameter is mandatory and requires the \u003ccode\u003ehealthcare.annotationStores.create\u003c/code\u003e IAM permission.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eannotationStoreId\u003c/code\u003e query parameter is necessary for naming the new Annotation store, with a string that matches a specific regular expression.\u003c/p\u003e\n"],["\u003cp\u003eSuccessful execution returns a new instance of \u003ccode\u003eAnnotationStore\u003c/code\u003e, and it needs one of the two authorization scopes specified.\u003c/p\u003e\n"]]],[],null,["# Method: annotationStores.create\n\n**Full name**: projects.locations.datasets.annotationStores.create\n\nCreates a new Annotation store within the parent dataset.\n\n### HTTP request\n\n`POST https://healthcare.googleapis.com/v1beta1/{parent=projects/*/locations/*/datasets/*}/annotationStores`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n### Query parameters\n\n### Request body\n\nThe request body contains an instance of [AnnotationStore](/healthcare-api/docs/reference/rest/v1beta1/projects.locations.datasets.annotationStores#AnnotationStore).\n\n### Response body\n\nIf successful, the response body contains a newly created instance of [AnnotationStore](/healthcare-api/docs/reference/rest/v1beta1/projects.locations.datasets.annotationStores#AnnotationStore).\n\n### Authorization scopes\n\nRequires one of the following OAuth scopes:\n\n- `https://www.googleapis.com/auth/cloud-healthcare`\n- `https://www.googleapis.com/auth/cloud-platform`\n\nFor more information, see the [Authentication Overview](/docs/authentication#authorization-gcp)."]]