# 总数
要获取存储区域中的文档总数,请执行以下操作 GET
使用您的私人令牌请求。
curl 'https://api.crawlbase.com/storage/total_count?token=_USER_TOKEN_'
# 响应
{
"totalCount": 5491078
}
← 批量删除 Leads API 介绍 →
要获取存储区域中的文档总数,请执行以下操作 GET
使用您的私人令牌请求。
curl 'https://api.crawlbase.com/storage/total_count?token=_USER_TOKEN_'
{
"totalCount": 5491078
}
← 批量删除 Leads API 介绍 →