The EchoTik API, based on the EchoTik product selection data tool, provides you with comprehensive TikTok data.
The EchoTik API, based on the EchoTik product selection data tool, provides you with comprehensive TikTok data.
It provides comprehensive data on TikTok commodities, including data on querying the commodity list, commodity trends, commodity details, influencers associated with commodities, videos, live broadcasts, as well as commodity rankings. If these interfaces fail to meet your needs, you can contact the official customer service of EchoTik.
It provides comprehensive data regarding TikTok shops, covering data on querying the shop list, shop trends, shop details, commodities associated with shops, influencers, videos, live broadcasts, as well as shop rankings. If these interfaces don't meet your requirements, you can contact the official customer service of EchoTik.
It provides comprehensive data on TikTok creators and influencers, including data on querying the influencer list, influencer trends, influencer details, videos associated with influencers, live broadcasts, commodities, as well as influencer rankings. If these interfaces fail to meet your needs, you can contact the official customer service of EchoTik.
It provides comprehensive data on TikTok live broadcasts, including data on querying the list of historical live broadcasts, details of live broadcasts, commodities associated with live broadcasts, as well as rankings of live broadcasts. If these interfaces don't meet your requirements, you can contact the official customer service of EchoTik.
curl -i -X GET \
-u <username>:<password> \
'https://open.echotik.live/api/v2/category/l1?language=th-TH%2Fen-US%2Fid-ID%2Fzh-CN%2Fms-MY%2Fvi-VN'
{ "code": 0, "message": "success", "data": [ { … } ] }
curl -i -X GET \
-u <username>:<password> \
'https://open.echotik.live/api/v2/category/l2?language=th-TH%2Fen-US%2Fid-ID%2Fzh-CN%2Fms-MY%2Fvi-VN'
{ "code": 0, "message": "success", "data": [ { … } ] }
curl -i -X GET \
-u <username>:<password> \
'https://open.echotik.live/api/v2/category/l3?language=th-TH%2Fen-US%2Fid-ID%2Fzh-CN%2Fms-MY%2Fvi-VN'
{ "code": 0, "message": "success", "data": [ { … } ] }
Currently, the image addresses returned by all interfaces cannot be accessed directly. You can obtain the image addresses for temporary access through this interface. Special note, This interface does not consume the usage times. The URL address in the cover_url field passed into the interface must be the cover with the host name "echosell-images.tos-ap-southeast-1.volces.com" in order to obtain the temporary access address!
curl -i -X GET \
-u <username>:<password> \
'https://open.echotik.live/api/v2/cover/download?cover_url=https%3A%2F%2Fechosell-images.tos-ap-southeast-1.volces.com%2Fuser-avatar%2F459%2FMS4wLjABAAAAQ5_vlo4B-TluK2ztaAK9avrqmfULn4rfXS0D4ImQ01mo3FLDvlwUxINywY0CGIVS.webp'
{ "code": 0, "message": "success", "data": "url" }
Currently, the image addresses returned by all interfaces cannot be accessed directly. You can obtain the image addresses for temporary access through this interface. Special note, This interface does not consume the usage times. The URL address in the cover_url field passed into the interface must be the cover with the host name "echosell-images.tos-ap-southeast-1.volces.com" in order to obtain the temporary access address!
maxinum 10,comma separeted
curl -i -X GET \
-u <username>:<password> \
'https://open.echotik.live/api/v2/batch/cover/download?cover_urls=https%3A%2F%2Fechosell-images.tos-ap-southeast-1.volces.com%2Fuser-avatar%2F459%2FMS4wLjABAAAAQ5_vlo4B-TluK2ztaAK9avrqmfULn4rfXS0D4ImQ01mo3FLDvlwUxINywY0CGIVS.webp%2Chttps%3A%2F%2Fechosell-images.tos-ap-southeast-1.volces.com%2Fuser-avatar%2F459%2FMS4wLjABAAAAQ5_vlo4B-TluK2ztaAK9avrqmfULn4rfXS0D4ImQ01mo3FLDvlwUxINywY0CGIVS.webp%2Chttps%3A%2F%2Fechosell-images.tos-ap-southeast-1.volces.com%2Fuser-avatar%2F459%2FMS4wLjABAAAAQ5_vlo4B-TluK2ztaAK9avrqmfULn4rfXS0D4ImQ01mo3FLDvlwUxINywY0CGIVS.webp'
{ "code": 0, "message": "success", "data": { "source_cover_url1": "dest_cover_url1", "source_cover_url2": "dest_cover_url2", "source_cover_url3": "dest_cover_url3" } }