POST /api/avatar/lookup
URL: http://localhost:3000/api/avatar/lookup
无需认证,直接 POST JSON
{
"avatar_urls": [
"https://p3.douyinpic.com/aweme/100x100/aweme-avatar/example1.jpeg",
"https://p26.douyinpic.com/aweme/100x100/aweme-avatar/example2.jpeg"
]
}
响应: { code, data: { results, total, matched, consumed, quota_remaining } }
单次最多100条,仅命中结果扣额度,未命中不扣
查询中...