Stay organized with collections
Save and categorize content based on your preferences.
Full name: projects.locations.processors.create
Creates a processor from the ProcessorType provided. The processor will be at ENABLED state by default after its creation. Note that this method requires the documentai.processors.create permission on the project, which is highly privileged. A user or service account with this permission can create new processors that can interact with any gcs bucket in your project.
HTTP request
POST https://{endpoint}/v1beta3/{parent}/processors
Required. The parent (project and location) under which to create the processor. Format: projects/{project}/locations/{location} It takes the form projects/{project}/locations/{location}.
Request body
The request body contains an instance of Processor.
Response body
If successful, the response body contains a newly created instance of Processor.
[[["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 2024-07-15 UTC."],[[["This endpoint (`projects.locations.processors.create`) creates a new processor based on a specified `ProcessorType`, which will be in an `ENABLED` state upon creation."],["The creation of a processor via this method requires the `documentai.processors.create` permission on the project, allowing interaction with any GCS bucket within the project."],["The `parent` parameter in the HTTP request path, formatted as `projects/{project}/locations/{location}`, is required to specify where the processor will be created."],["The request body for this endpoint should include an instance of the `Processor`, and a newly created instance of `Processor` will be received in the response body upon success."],["The use of this endpoint requires the `https://www.googleapis.com/auth/cloud-platform` OAuth scope and the `documentai.processors.create` IAM permission on the parent resource."]]],[]]