Image URL conversion
API Overview
- Convert image URL into a recognizable format for image search API
- 查看更多
Basic Information
Request Parameter
Query
Body
Content-Type: application/json
| 欄位 | 類型 | 說明 | 必填 |
|---|---|---|---|
| url | string | Image URL to be converted | true |
| search_api_endpoint | string | API endpoint for image search, defaults to `/search/image`, supported endpoints: /search/image, /global/search/image, /global/search/image/v2 | false |
提示
The converted result is typically in image path format and can be directly used as a parameter for image search API
Security Auth
提示
Please go to Console-Account Center to get your apiToken
Add your apiToken to your query parameters. Please refer to the examples below.
Request Example
- PHP
- JavaScript
- Python
- Java
- Go
Response Example
- 200
- 417
- 422
- 439
- 499
- 500
- 503
Loading...