Apinoa Docs

Image search

AliExpress image search — accepted parameters and what comes back.

원본 .mdx 보기

이 페이지는 아직 번역되지 않아 영어로 표시됩니다. 코드 예제는 모든 언어에서 동일합니다.

GET|POST /v1/aliexpress/image-search

Price $0.001 per call. List price; the rate steps down above 1,000 calls a day.

ParameterTypeRequiredNotes
imageobjectyes{contentType, data} with base64-encoded image bytes.
currencystringPresentment currency.
languagestringPresentment language.
regionstringBuyer country (ISO 3166-1 alpha-2).
curl -X POST https://gateway.apinoa.com/v1/aliexpress/image-search \
  -H "content-type: application/json" -H "x-api-key: YOUR_API_KEY" \
  -d '{"image": {"contentType": "image/jpeg", "data": "<base64>"}}'

No query: AliExpress image search takes a picture and nothing else. No paging — it always returns the first page.