Skip to main content

Image URL conversion

API Overview

  • Convert image URL into a recognizable format for image search API
  • See More

API URL

Request Parameters

Body

Content-Type: application/json
FieldTypeExplanationRequired
urlstringImage URL to be converted
true
search_api_endpointstringAPI endpoint for image search. Default: /search/image. Supported endpoints: /search/image, /global/search/image, /global/search/image/v2
Default value: /search/image
false
tip
The converted result is typically in image path format and can be directly used as a parameter for image search API

Security Auth

tip

Please go to Console-Account Center to get your apiToken.

Add your apiToken to the request parameters. Please refer to the examples below.

Request Example

Response Example

Loading...