English
Product Documentation1688 APITaobao/Tmall APIPoizon API
Product Documentation1688 APITaobao/Tmall APIPoizon API
中文
  1. 1688 Product Search
  • 1688 Solution Introduction
  • 1688 Product Search
    • Image upload By Get
      GET
    • Image upload By Post
      POST
    • Image search
      GET
    • keyword search
      GET
    • Product details search
      GET
    • 类目查询
      GET
  • 1688 Order Manage
    • Preview order
      POST
    • Create order
      POST
    • Cancel order
      POST
    • View order details
      POST
    • Buyer confirms receipt
      POST
  • 1688 Oder Pay
    • Get payment links for orders in batches
      GET
    • Initiate password-free payment
      POST
  • 1688 Message Service
    • 1688 Message Service
  1. 1688 Product Search

Image upload By Post

POST
/alibaba/upload/image
Image upload interface, obtain imageId for subsequent image search interface, production environment request address: https://openapi.dajisaas.com/alibaba/upload/image

Request

Query Params

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://openapi.dajisaas.com/alibaba/upload/image?appKey=&appSecret=&sign=&pic_url=https://img.alicdn.com/bao/uploaded/i3/684174095/O1CN019WLF1n1g7YYWtonEu_!!0-item_pic.jpg&image_base64='

Responses

🟢200成功
application/json
Body

Example
{
    "code": 200,
    "message": "操作成功",
    "data": {
        "imageId": "1164408192156408878"
    },
    "timestamp": 1724224057972,
    "traceId": "6b9849c1a5b0"
}
🟠404记录不存在
🟠400参数不正确
Modified at 2025-05-13 13:13:26
Previous
Image upload By Get
Next
Image search
Built with