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"
}Search for TikTok Shop products using an image. Upload an image to find visually similar products in the analytics database.
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"
}π€ 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.
Success
The response is of type object.