Skip to main content
POST
/
v1
/
tiktok
/
product
/
image-search
/
analytics
cURL
curl --request POST \
  --url 'https://api.keyapi.ai/v1/tiktok/product/image-search/analytics' \
  --header 'Authorization: Bearer <YOUR_API_KEY>'
{
  "code": 0,
  "message": "success",
  "data": [
    {
      "_index": "product_image_search",
      "_id": "1731083827559830517",
      "_score": 31.961123,
      "_source": {
        "product_id": "1731083827559830517",
        "priority_region": "US",
        "vector_source_image": "tos://echosell-images/product-cover/649/1731083827559830517_0.jpeg",
        "product_name": "Bibliophobia: A Memoir"
      }
    }
  ],
  "requestId": "79e17592-5dc7-42ed-97f9-a0929413d230"
}
πŸͺ™1 creditper request

Copy for AI

πŸ€– Why Code When AI Can Do It For You?

Stop writing code like it’s 1970! Let AI do the heavy lifting - click the sparkles to copy a perfectly formatted prompt for ChatGPT, Claude, or your favorite AI assistant.

Authorizations

Authorization
string
header
required

API key for authentication. Format: sk_live_xxxxxxxxxxxxx Get your API key from the Dashboard.

Body

application/json
image_base64
string
required

Image base64 string

size
integer
required

Maximum return 30 items

product_name
string

Product name (optional)

region
string

Region (optional). Sending this field will restrict the specific region; for example, you can send "US".

Response

Success

The response is of type object.