Method: projects.locations.corpora.assets.create

Creates an asset inside corpus.

HTTP request

POST https://visionai.googleapis.com/v1/{parent=projects/*/locations/*/corpora/*}/assets

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

Required. The parent resource where this asset will be created. Format: projects/{project_number}/locations/{locationId}/corpora/{corpus_id}

Query parameters

Parameters
assetId

string

Optional. The ID to use for the asset, which will become the final component of the asset's resource name if user choose to specify. Otherwise, asset id will be generated by system.

This value should be up to 63 characters, and valid characters are /[a-z][0-9]-/. The first character must be a letter, the last could be a letter or a number.

Request body

The request body contains an instance of Asset.

Response body

If successful, the response body contains a newly created instance of Asset.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/cloud-platform

For more information, see the Authentication Overview.

IAM Permissions

Requires the following IAM permission on the parent resource:

  • visionai.assets.create

For more information, see the IAM documentation.