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...