Announcement: All noncommercial projects registered to use Earth Engine before
April 15, 2025 must
verify noncommercial eligibility to maintain Earth Engine access.
Method: projects.image.importExternal
Stay organized with collections
Save and categorize content based on your preferences.
Imports an external image.
HTTP request
POST https://earthengine.googleapis.com/v1alpha/{project=projects/*}/image:importExternal
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters |
project |
string
The project id or project number of the Google Cloud Platform project that should be treated as the service consumer for this request. Format is projects/{project-id} .
Authorization requires the following IAM permission on the specified resource project :
earthengine.imports.create
|
Request body
The request body contains data with the following structure:
JSON representation |
{
"imageManifest": {
object (ImageManifest )
},
"overwrite": boolean
} |
Fields |
imageManifest |
object (ImageManifest )
The image manifest.
|
overwrite |
boolean
Whether to allow overwriting an existing asset.
|
Response body
If successful, the response body is empty.
Authorization scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/earthengine
https://www.googleapis.com/auth/cloud-platform
For more information, see the OAuth 2.0 Overview.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-03-06 UTC.
[null,null,["Last updated 2025-03-06 UTC."],[[["\u003cp\u003eImports an external image into Google Earth Engine using an HTTP POST request.\u003c/p\u003e\n"],["\u003cp\u003eRequires authorization with specific IAM permissions or OAuth scopes.\u003c/p\u003e\n"],["\u003cp\u003eUsers provide an image manifest and can specify whether to overwrite existing assets.\u003c/p\u003e\n"],["\u003cp\u003eThe request body includes the image manifest and an overwrite option, while a successful response body is empty.\u003c/p\u003e\n"],["\u003cp\u003eThe API uses gRPC Transcoding and requires specifying the Google Cloud project ID in the URL.\u003c/p\u003e\n"]]],[],null,["# Method: projects.image.importExternal\n\nImports an external image.\n\n### HTTP request\n\n`POST https://earthengine.googleapis.com/v1alpha/{project=projects/*}/image:importExternal`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n| Parameters ||\n|-----------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `project` | `string` The project id or project number of the Google Cloud Platform project that should be treated as the service consumer for this request. Format is `projects/{project-id}`. Authorization requires the following [IAM](https://cloud.google.com/iam/docs/) permission on the specified resource `project`: - `earthengine.imports.create` |\n\n### Request body\n\nThe request body contains data with the following structure:\n\n| JSON representation |\n|--------------------------------------------------------------------------------------------------------------------|\n| ``` { \"imageManifest\": { object (/earth-engine/reference/rest/v1alpha/ImageManifest) }, \"overwrite\": boolean } ``` |\n\n| Fields ||\n|-----------------|------------------------------------------------------------------------------------------------------|\n| `imageManifest` | `object (`[ImageManifest](/earth-engine/reference/rest/v1alpha/ImageManifest)`)` The image manifest. |\n| `overwrite` | `boolean` Whether to allow overwriting an existing asset. |\n\n### Response body\n\nIf successful, the response body is empty.\n\n### Authorization scopes\n\nRequires one of the following OAuth scopes:\n\n- `https://www.googleapis.com/auth/earthengine`\n- `\n https://www.googleapis.com/auth/cloud-platform`\n\nFor more information, see the [OAuth 2.0 Overview](/identity/protocols/OAuth2)."]]