无担保公共存储搜索 API

API ID 13861

搜索可公开访问的云存储文件、存储桶和对象(AWS S3、Azure Blob、GCP、DigitalOcean、阿里巴巴)

100% 正常运行时间 1,967 ms 平均响应

API 文档

端点

请求
在公共可访问的云存储中搜索、过滤和排序索引文件 仅支持偏移分页 v1 中不支持滚动
Endpoint ID: 31875
GET https://zylalabs.com/api/13861/unsecured+public+storage+search+api/31875/search+bucket+files
输入参数

搜索存储桶文件 — 端点功能

对象 描述
types 可选 Comma-separated providers: aws, azure, dos, gcp, ali.
start 可选 Offset into the result set. start + limit must be <= 1000000. Default 0.
paging-mode 可选 offset only. scrolling is not available in v1 and returns 403.
limit 可选 Page size from 1 to 1000. Default 100.
size-to 可选 Maximum file size in bytes.
size-from 可选 Minimum file size in bytes.
last-modified-to 可选 Unix timestamp. Only files last modified before this time.
last-modified-from 可选 Unix timestamp. Only files last modified after this time.
noautocorrect 可选 When true or 1, do not wrap a regexp with .* on both ends.
regexp 可选 When true or 1, treat keywords as a POSIX regular expression (max 256 characters).
keywords 可选 Search query. Space-separated terms are combined. Use + as AND. A leading - excludes a term (invoice -draft).
excluded-buckets 可选 Comma-separated bucket ids or URLs to exclude.
stopextensions 可选 Comma-separated extensions to exclude.
extensions 可选 Comma-separated extensions to include (pdf,docx). Dots are optional.
full-path 可选 When true or 1, keywords match the full object path instead of the filename.
direction 可选 Sort direction: asc or desc.
order 可选 Sort field: size or last_modified.
bucket 可选 Single bucket id or URL. Used only when buckets is omitted.
buckets 可选 Comma-separated bucket ids or URLs. Takes priority over bucket.

剩余免费测试请求:3 / 3。


输入参数

types
start
paging-mode
limit
size-to
size-from
last-modified-to
last-modified-from
noautocorrect
regexp
keywords
excluded-buckets
stopextensions
extensions
full-path
direction
order
bucket
buckets
API 示例响应
JSON
{
    "query": {
        "keywords": "invoice",
        "regexp": false,
        "noautocorrect": false,
        "buckets": [],
        "excludedBuckets": [
            "acme-test",
            "acme-dev"
        ],
        "extensions": [
            "pdf",
            "docx",
            "mp4",
            "png",
            "jpeg",
            "doc",
            "xls",
            "xlsx",
            "jpg"
        ],
        "stopExtensions": [
            "txt",
            "ini"
        ],
        "fullPath": true,
        "lastModifiedFrom": 1767225600,
        "lastModifiedTo": 1790006225,
        "sizeFrom": 1,
        "sizeTo": 1000000000,
        "order": "size",
        "direction": "asc",
        "start": 0,
        "limit": 100,
        "types": [
            "aws",
            "azure",
            "dos",
            "gcp",
            "ali"
        ]
    },
    "meta": {
        "results": 120
    },
    "files": [
        {
            "id": "14513560",
            "bucket": "crm-static.storage.googleapis.com",
            "bucketId": 316,
            "filename": "Prepayment invoice-PP20260416544-Sincere Science Ltd-1776304916778974.pdf",
            "fullPath": "pre_invoice/Prepayment invoice-PP20260416544-Sincere Science Ltd-1776304916778974.pdf",
            "url": "http://crm-static.storage.googleapis.com/pre_invoice/Prepayment%20invoice-PP20260416544-Sincere%20Science%20Ltd-1776304916778974.pdf",
            "size": 136447,
            "type": "gcp",
            "lastModified": 1776304919
        },
        {
            "id": "14513516",
            "bucket": "crm-static.storage.googleapis.com",
            "bucketId": 316,
            "filename": "Prepayment invoice-PP20260204500-Fressto HongKong Limited-1770197319450605.pdf",
            "fullPath": "pre_invoice/Prepayment invoice-PP20260204500-Fressto HongKong Limited-1770197319450605.pdf",
            "url": "http://crm-static.storage.googleapis.com/pre_invoice/Prepayment%20invoice-PP20260204500-Fressto%20HongKong%20Limited-1770197319450605.pdf",
            "size": 136450,
            "type": "gcp",
            "lastModified": 1770197322
        },
        {
            "id": "14513538",
            "bucket": "crm-static.storage.googleapis.com",
            "bucketId": 316,
            "filename": "Prepayment invoice-PP20260317522-Sincere Science Ltd-1773712528239205.pdf",
            "fullPath": "pre_invoice/Prepayment invoice-PP20260317522-Sincere Science Ltd-1773712528239205.pdf",
            "url": "http://crm-static.storage.googleapis.com/pre_invoice/Prepayment%20invoice-PP20260317522-Sincere%20Science%20Ltd-1773712528239205.pdf",
            "size": 136451,
            "type": "gcp",
            "lastModified": 1773712531
        },
        {
            "id": "14513518",
            "bucket": "crm-static.storage.googleapis.com",
            "bucketId": 316,
            "filename": "Prepayment invoice-PP20260209502-Sincere Science Ltd-1770630288373284.pdf",
            "fullPath": "pre_invoice/Prepayment invoice-PP20260209502-Sincere Science Ltd-1770630288373284.pdf",
            "url": "http://crm-static.storage.googleapis.com/pre_invoice/Prepayment%20invoice-PP20260209502-Sincere%20Science%20Ltd-1770630288373284.pdf",
            "size": 136460,
            "type": "gcp",
            "lastModified": 1770630291
        },
        {
            "id": "14513605",
            "bucket": "crm-static.storage.googleapis.com",
            "bucketId": 316,
            "filename": "Prepayment invoice-PP20260608589-Sincere Science Ltd-178090578505447.pdf",
            "fullPath": "pre_invoice/Prepayment invoice-PP20260608589-Sincere Science Ltd-178090578505447.pdf",
            "url": "http://crm-static.storage.googleapis.com/pre_invoice/Prepayment%20invoice-PP20260608589-Sincere%20Science%20Ltd-178090578505447.pdf",
            "size": 136461,
            "type": "gcp",
            "lastModified": 1780905791
        },
        {
            "id": "14513520",
            "bucket": "crm-static.storage.googleapis.com",
            "bucketId": 316,
            "filename": "Prepayment invoice-PP20260211504-Sincere Science Ltd-1770796964622124.pdf",
            "fullPath": "pre_invoice/Prepayment invoice-PP20260211504-Sincere Science Ltd-1770796964622124.pdf",
            "url": "http://crm-static.storage.googleapis.com/pre_invoice/Prepayment%20invoice-PP20260211504-Sincere%20Science%20Ltd-1770796964622124.pdf",
            "size": 136461,
            "type": "gcp",
            "lastModified": 1770796967
        },
        {
            "id": "14513570",
            "bucket": "crm-static.storage.googleapis.com",
            "bucketId": 316,
            "filename": "Prepayment invoice-PP20260430554-Sincere Science Ltd-1777512568596838.pdf",
            "fullPath": "pre_invoice/Prepayment invoice-PP20260430554-Sincere Science Ltd-1777512568596838.pdf",
            "url": "http://crm-static.storage.googleapis.com/pre_invoice/Prepayment%20invoice-PP20260430554-Sincere%20Science%20Ltd-1777512568596838.pdf",
            "size": 136465,
            "type": "gcp",
            "lastModified": 1777512574
        },
        {
            "id": "14513612",
            "bucket": "crm-static.storage.googleapis.com",
            "bucketId": 316,
            "filename": "Prepayment invoice-PP20260616596-Sincere Science Ltd-1781600745837382.pdf",
            "fullPath": "pre_invoice/Prepayment invoice-PP20260616596-Sincere Science Ltd-1781600745837382.pdf",
            "url": "http://crm-static.storage.googleapis.com/pre_invoice/Prepayment%20invoice-PP20260616596-Sincere%20Science%20Ltd-1781600745837382.pdf",
            "size": 136466,
            "type": "gcp",
            "lastModified": 1781600752
        },
        {
            "id": "14513619",
            "bucket": "crm-static.storage.googleapis.com",
            "bucketId": 316,
            "filename": "Prepayment invoice-PP20260625603-Sincere Science Ltd-1782378558461344.pdf",
            "fullPath": "pre_invoice/Prepayment invoice-PP20260625603-Sincere Science Ltd-1782378558461344.pdf",
            "url": "http://crm-static.storage.googleapis.com/pre_invoice/Prepayment%20invoice-PP20260625603-Sincere%20Science%20Ltd-1782378558461344.pdf",
            "size": 136467,
            "type": "gcp",
            "lastModified": 1782378561
        },
        {
            "id": "14513535",
            "bucket": "crm-static.storage.googleapis.com",
            "bucketId": 316,
            "filename": "Prepayment invoice-PP20260311519-Sincere Science Ltd-1773215217375907.pdf",
            "fullPath": "pre_invoice/Prepayment invoice-PP20260311519-Sincere Science Ltd-1773215217375907.pdf",
            "url": "http://crm-static.storage.googleapis.com/pre_invoice/Prepayment%20invoice-PP20260311519-Sincere%20Science%20Ltd-1773215217375907.pdf",
            "size": 136468,
            "type": "gcp",
            "lastModified": 1773215223
        },
        {
            "id": "14513528",
            "bucket": "crm-static.storage.googleapis.com",
            "bucketId": 316,
            "filename": "Prepayment invoice-PP20260303512-Sincere Science Ltd-1772523289150962.pdf",
            "fullPath": "pre_invoice/Prepayment invoice-PP20260303512-Sincere Science Ltd-1772523289150962.pdf",
            "url": "http://crm-static.storage.googleapis.com/pre_invoice/Prepayment%20invoice-PP20260303512-Sincere%20Science%20Ltd-1772523289150962.pdf",
            "size": 136470,
            "type": "gcp",
            "lastModified": 1772523292
        },
        {
            "id": "14513580",
            "bucket": "crm-static.storage.googleapis.com",
            "bucketId": 316,
            "filename": "Prepayment invoice-PP20260513564-Sincere Science Ltd-1778654056221124.pdf",
            "fullPath": "pre_invoice/Prepayment invoice-PP20260513564-Sincere Science Ltd-1778654056221124.pdf",
            "url": "http://crm-static.storage.googleapis.com/pre_invoice/Prepayment%20invoice-PP20260513564-Sincere%20Science%20Ltd-1778654056221124.pdf",
            "size": 136472,
            "type": "gcp",
            "lastModified": 1778654059
        },
        {
            "id": "14513582",
            "bucket": "crm-static.storage.googleapis.com",
            "bucketId": 316,
            "filename": "Prepayment invoice-PP20260518566-YEKALON MILLS HK LIMITED-177907208786216.pdf",
            "fullPath": "pre_invoice/Prepayment invoice-PP20260518566-YEKALON MILLS HK LIMITED-177907208786216.pdf",
            "url": "http://crm-static.storage.googleapis.com/pre_invoice/Prepayment%20invoice-PP20260518566-YEKALON%20MILLS%20HK%20LIMITED-177907208786216.pdf",
            "size": 136480,
            "type": "gcp",
            "lastModified": 1779072095
        },
        {
            "id": "14513598",
            "bucket": "crm-static.storage.googleapis.com",
            "bucketId": 316,
            "filename": "Prepayment invoice-PP20260605582-WISKII ACTIVE LIMITED-1780643563551109.pdf",
            "fullPath": "pre_invoice/Prepayment invoice-PP20260605582-WISKII ACTIVE LIMITED-1780643563551109.pdf",
            "url": "http://crm-static.storage.googleapis.com/pre_invoice/Prepayment%20invoice-PP20260605582-WISKII%20ACTIVE%20LIMITED-1780643563551109.pdf",
            "size": 136492,
            "type": "gcp",
            "lastModified": 1780643570
        },
        {
            "id": "14513568"
        }
    ],
    "_note": "Response truncated for documentation purposes"
}
搜索存储桶文件 — 代码片段

curl --location --request GET 'https://zylalabs.com/api/13861/unsecured+public+storage+search+api/31875/search+bucket+files?types=azure&start=Optionalpaging-mode=offset&limit=100&size-to=1000000000&size-from=1&last-modified-to=1790006225&last-modified-from=1767225600&noautocorrect=Optionalregexp=Optionalexcluded-buckets=acme-test,acme-dev&stopextensions=txt,ini&extensions=pdf,docx,mp4,png,jpeg,doc,xls,xlsx,jpg&full-path=1&direction=asc&order=size' --header 'Authorization: Bearer YOUR_API_KEY' 


    
请求
按名称、提供商类型、文件数量和排序顺序列出和筛选索引的公共存储桶
Endpoint ID: 31876
GET https://zylalabs.com/api/13861/unsecured+public+storage+search+api/31876/list+and+filter+buckets
输入参数

列出并过滤桶 — 端点功能

对象 描述
keywords 可选 Case-insensitive substring match on the bucket URL or name.
type 可选 Provider filter: aws, azure, dos, gcp, ali. Comma-separated values allowed.
start 可选 Offset into the result set. start + limit must be <= 1000000. Default 0.
limit 可选 Page size from 1 to 1000. Default 100.
order 可选 Sort field: fileCount or bucketName.
direction 可选 Sort direction: asc or desc.

剩余免费测试请求:3 / 3。


输入参数

keywords
type
start
limit
order
direction
API 示例响应
JSON
{
    "query": {
        "keywords": "media",
        "exact": false,
        "start": 0,
        "limit": 100,
        "type": "aws,gcp,azure",
        "order": "fileCount",
        "direction": "asc"
    },
    "meta": {
        "results": 70
    },
    "buckets": [
        {
            "id": 396,
            "bucket": "odoo-media.s3.amazonaws.com",
            "fileCount": 0,
            "type": "aws"
        },
        {
            "id": 1031,
            "bucket": "goodlife-media.storage.googleapis.com",
            "fileCount": 1,
            "type": "gcp"
        },
        {
            "id": 821,
            "bucket": "labs-media.storage.googleapis.com",
            "fileCount": 1,
            "type": "gcp"
        },
        {
            "id": 753,
            "bucket": "wise-media.storage.googleapis.com",
            "fileCount": 1,
            "type": "gcp"
        },
        {
            "id": 716,
            "bucket": "singular-media.storage.googleapis.com",
            "fileCount": 1,
            "type": "gcp"
        },
        {
            "id": 623,
            "bucket": "media-static.storage.googleapis.com",
            "fileCount": 1,
            "type": "gcp"
        },
        {
            "id": 351,
            "bucket": "alta-media.s3.amazonaws.com",
            "fileCount": 1,
            "type": "aws"
        },
        {
            "id": 266,
            "bucket": "connect-media.s3.amazonaws.com",
            "fileCount": 1,
            "type": "aws"
        },
        {
            "id": 1109,
            "bucket": "compliance-media.s3.amazonaws.com",
            "fileCount": 2,
            "type": "aws"
        },
        {
            "id": 1094,
            "bucket": "research-media.storage.googleapis.com",
            "fileCount": 2,
            "type": "gcp"
        },
        {
            "id": 240,
            "bucket": "weather-media.s3.amazonaws.com",
            "fileCount": 2,
            "type": "aws"
        },
        {
            "id": 1126,
            "bucket": "telnyx-media.storage.googleapis.com",
            "fileCount": 3,
            "type": "gcp"
        },
        {
            "id": 926,
            "bucket": "di-media.s3.amazonaws.com",
            "fileCount": 6,
            "type": "aws"
        },
        {
            "id": 381,
            "bucket": "ted-media.s3.amazonaws.com",
            "fileCount": 6,
            "type": "aws"
        },
        {
            "id": 233,
            "bucket": "telegram-media.s3.amazonaws.com",
            "fileCount": 6,
            "type": "aws"
        },
        {
            "id": 479,
            "bucket": "safety-media.s3.amazonaws.com",
            "fileCount": 7,
            "type": "aws"
        },
        {
            "id": 122,
            "bucket": "anthem-media.s3.amazonaws.com",
            "fileCount": 7,
            "type": "aws"
        },
        {
            "id": 1039,
            "bucket": "blogs-media.storage.googleapis.com",
            "fileCount": 8,
            "type": "gcp"
        },
        {
            "id": 829,
            "bucket": "mediaexpert-public.storage.googleapis.com",
            "fileCount": 8,
            "type": "gcp"
        },
        {
            "id": 82,
            "bucket": "target-media.storage.googleapis.com",
            "fileCount": 9,
            "type": "gcp"
        },
        {
            "id": 940,
            "bucket": "ndr-media.s3.amazonaws.com",
            "fileCount": 12,
            "type": "aws"
        },
        {
            "id": 1011,
            "bucket": "gmc-media.s3.amazonaws.com",
            "fileCount": 13,
            "type": "aws"
        },
        {
            "id": 550,
            "bucket": "static-media.storage.googleapis.com",
            "fileCount": 14,
            "type": "gcp"
        },
        {
            "id": 21,
            "bucket": "iheartmedia.s3.amazonaws.com",
            "fileCount": 14,
            "type": "aws"
        },
        {
            "id": 490,
            "bucket": "dsw-media.storage.googleapis.com",
            "fileCount": 17,
            "type": "gcp"
        },
        {
            "id": 619,
            "bucket": "media-public.storage.googleapis.com",
            "fileCount": 24,
            "type": "gcp"
        },
        {
            "id": 257,
            "bucket": "media-download.s3.amazonaws.com",
            "fileCount": 24,
            "type": "aws"
        },
        {
            "id": 327,
            "bucket": "fast-media.s3.amazonaws.com",
            "fileCount": 26,
            "type": "aws"
        },
        {
            "id": 531,
            "bucket": "whatsapp-media.storage.googleapis.com",
            "fileCount": 27,
            "type": "gcp"
        },
        {
            "id": 650,
            "bucket": "ft-media.storage.googleapis.com",
            "fileCount": 36,
            "type": "gcp"
        },
        {
            "id": 913,
            "bucket": "rr-media.storage.googleapis.com",
            "fileCount": 46,
            "type": "gcp"
        },
        {
            "id": 354,
            "bucket": "my-media.s3.amazonaws.com",
            "fileCount": 50,
            "type": "aws"
        },
        {
            "id": 624,
            "bucket": "staging-media.storage.googleapis.com",
            "fileCount": 54,
            "type": "gcp"
        },
        {
            "id": 615,
            "bucket": "media-staging.storage.googleapis.com",
            "fileCount": 57,
            "type": "gcp"
        },
        {
            "id": 553,
            "bucket": "cnn-media.storage.googleapis.com",
            "fileCount": 74,
            "type": "gcp"
        },
        {
            "id": 629,
            "bucket": "connect-media.storage.googleapis.com",
            "fileCount": 90,
            "type": "gcp"
        },
        {
            "id": 825,
            "bucket": "bmj-media.storage.googleapis.com",
            "fileCount": 107,
            "type": "gcp"
        },
        {
            "id": 621,
            "bucket": "media-prod.storage.googleapis.com",
            "fileCount": 126,
            "type": "gcp"
        },
        {
            "id": 620,
            "bucket": "mobile-media.storage.googleapis.com",
            "fileCount": 162,
            "type": "gcp"
        },
        {
            "id": 318,
            "bucket": "crm-media.storage.googleapis.com",
            "fileCount": 166,
            "type": "gcp"
        },
        {
            "id": 498,
            "bucket": "linkedin-media.storage.googleapis.com",
            "fileCount": 174,
            "type": "gcp"
        },
        {
            "id": 178,
            "bucket": "rpc-media.s3.amazonaws.com",
            "fileCount": 176,
            "type": "aws"
        },
        {
            "id": 605,
            "bucket": "irs-media.s3.amazonaws.com",
            "fileCount": 188,
            "type": "aws"
        },
        {
            "id": 143,
            "bucket": "visa-media.s3.amazonaws.com",
            "fileCount": 200,
            "type": "aws"
        },
        {
            "id": 476,
            "bucket": "forte-media.s3.amazonaws.com",
            "fileCount": 212,
            "type": "aws"
        },
        {
            "id": 724,
            "bucket": "agora-media.storage.googleapis.com",
            "fileCount": 252,
            "type": "gcp"
        },
        {
            "id": 948,
            "bucket": "anu-media.s3.amazonaws.com",
            "fileCount": 326,
            "type": "aws"
        },
        {
            "id": 654,
            "bucket": "fandom-media.storage.googleapis.com",
            "fileCount": 485,
            "type": "gcp"
        },
        {
            "id": 228,
            "bucket": "w3-media.s3.amazonaws.com",
            "fileCount": 522,
            "type": "aws"
        },
        {
            "id": 120,
            "bucket": "chevron-media.s3.amazonaws.com",
            "fileCount": 546,
            "type": "aws"
        },
        {
            "id": 669,
            "bucket": "ca-media.storage.googleapis.com",
            "fileCount": 698,
            "type": "gcp"
        },
        {
            "id": 613,
            "bucket": "dev-media.storage.googleapis.com",
            "fileCount": 731,
            "type": "gcp"
        },
        {
            "id": 997,
            "bucket": "reference-media.storage.googleapis.com",
            "fileCount": 992,
            "type": "gcp"
        },
        {
            "id": 919,
            "bucket": "spb-media.storage.googleapis.com",
            "fileCount": 999,
            "type": "gcp"
        },
        {
            "id": 907,
            "bucket": "inc-media.s3.amazonaws.com",
            "fileCount": 1000,
            "type": "aws"
        },
        {
            "id": 998,
            "bucket": "nv-media.storage.googleapis.com",
            "fileCount": 1078,
            "type": "gcp"
        },
        {
            "id": 372,
            "bucket": "porkbun-media.s3.amazonaws.com",
            "fileCount": 1153,
            "type": "aws"
        },
        {
            "id": 563,
            "bucket": "telegram-media.storage.googleapis.com",
            "fileCount": 1251,
            "type": "gcp"
        },
        {
            "id": 698,
            "bucket": "ucla-media.s3.amazonaws.com",
            "fileCount": 1319
        }
    ],
    "_note": "Response truncated for documentation purposes"
}
列出并过滤桶 — 代码片段

curl --location --request GET 'https://zylalabs.com/api/13861/unsecured+public+storage+search+api/31876/list+and+filter+buckets?keywords=media&type=aws,gcp,azure&start=Optionallimit=100&order=fileCount&direction=asc' --header 'Authorization: Bearer YOUR_API_KEY' 


    
请求
返回索引总数:文件数量 每个提供商的桶数量(aws azure dos gcp ali) 和最近更新时间的Unix时间戳
Endpoint ID: 31877
GET https://zylalabs.com/api/13861/unsecured+public+storage+search+api/31877/view+index+stats
输入参数

剩余免费测试请求:3 / 3。

此端点不需要任何输入参数。

API 示例响应
JSON
{
    "meta": [],
    "stats": {
        "filesCount": 35623276,
        "awsCount": 465,
        "azureCount": 5,
        "dosCount": 117,
        "gcpCount": 488,
        "aliCount": 2
    },
    "lastUpdated": 1790112132
}
查看索引统计 — 代码片段

curl --location --request GET 'https://zylalabs.com/api/13861/unsecured+public+storage+search+api/31877/view+index+stats' --header 'Authorization: Bearer YOUR_API_KEY' 


    

API 访问密钥和身份验证

注册后,每个开发者都会被分配一个个人 API 访问密钥,这是一个唯一的字母和数字组合,用于访问我们的 API 端点。要使用 无担保公共存储搜索 API 进行身份验证,只需在 Authorization 标头中包含您的 bearer token。

标头
标头 描述
授权 必需 应为 Bearer access_key. 订阅后,请查看上方的"您的 API 访问密钥"。

无长期承诺。随时升级、降级或取消。 免费试用包括最多 50 个请求。

(年度计费可节省 2 个月 🎉)

🚀 企业版套餐

起价
$ 10,000/年


  • 自定义数量
  • 自定义速率限制
  • 专业客户支持
  • 实时 API 监控

概览

搜索公开访问的云存储文件、存储桶和对象的索引(AWS S3、Azure Blob、GCP、DigitalOcean、阿里巴巴)

无担保公共存储搜索 API FAQs

API返回公共可访问云存储文件的元数据,包括文件名 URL 尺寸和类型 “搜索存储桶文件”端点提供详细的文件信息 而“列出和过滤存储桶”返回存储桶名称和数量 “查看索引统计”端点按提供商汇总整体文件和存储桶数量

关键字段包括“id”、“bucket”、“filename”、“fullPath”、“url”、“size”和“type”用于文件。对于bucket,字段包括“keywords”、“exact”和分页参数。“meta”部分提供结果计数,而“stats”在索引统计端点显示每个提供者的文件和bucket计数

参数包括“关键词”“开始”“限制”“排序”“方向”和像“桶”或“扩展”这样的过滤器 用户可以通过指定搜索条件分页设置和排序偏好来自定义请求以优化结果

响应分为三个主要部分:“查询”、“元数据”和主数据(文件或桶)“查询”部分反映请求参数“元数据”提供结果计数,主数据部分包含实际的文件或桶信息

数据来源于公开可访问的云存储服务,包括AWS S3、Azure Blob、GCP、DigitalOcean和阿里巴巴。API索引这些平台的文件元数据,以为用户提供可搜索的信息

典型的用例包括安全评估 数据恢复 和对公开可用文件的研究 用户可以搜索特定的文件类型或内容 分析存储趋势 或者识别公共云存储中的潜在漏洞

用户可以通过提取相关文件元数据来分析返回的数据,将其集成到公共存储监控的应用程序中,或用于合规检查。结构化的响应便于解析和数据处理

如果结果是部分或空的,用户应该检查他们的查询参数是否准确,并调整过滤器或关键字。“meta”部分指示总结果,帮助用户了解他们的搜索是否需要细化或是否没有匹配的数据

一般常见问题

Zyla API Hub 就像一个大型 API 商店,您可以在一个地方找到数千个 API。我们还为所有 API 提供专门支持和实时监控。注册后,您可以选择要使用的 API。请记住,每个 API 都需要自己的订阅。但如果您订阅多个 API,您将为所有这些 API 使用相同的密钥,使事情变得更简单。
价格以 USD(美元)、EUR(欧元)、CAD(加元)、AUD(澳元)和 GBP(英镑)列出。我们接受所有主要的借记卡和信用卡。我们的支付系统使用最新的安全技术,由 Stripe 提供支持,Stripe 是世界上最可靠的支付公司之一。如果您在使用卡片付款时遇到任何问题,请通过 [email protected]

此外,如果您已经以这些货币中的任何一种(USD、EUR、CAD、AUD、GBP)拥有有效订阅,该货币将保留用于后续订阅。只要您没有任何有效订阅,您可以随时更改货币。
定价页面上显示的本地货币基于您 IP 地址的国家/地区,仅供参考。实际价格以 USD(美元)为单位。当您付款时,即使您在我们的网站上看到以本地货币显示的等值金额,您的卡片对账单上也会以美元显示费用。这意味着您不能直接使用本地货币付款。
有时,银行可能会因其欺诈保护设置而拒绝收费。我们建议您首先联系您的银行,检查他们是否阻止了我们的收费。此外,您可以访问账单门户并更改关联的卡片以进行付款。如果这些方法不起作用并且您需要进一步帮助,请通过 [email protected]
价格由月度或年度订阅决定,具体取决于所选计划。
API 调用根据成功请求从您的计划中扣除。每个计划都包含您每月可以进行的特定数量的调用。只有成功的调用(由状态 200 响应指示)才会计入您的总数。这确保失败或不完整的请求不会影响您的月度配额。
Zyla API Hub 采用月度订阅系统。您的计费周期将从您购买付费计划的那一天开始,并在下个月的同一日期续订。因此,如果您想避免未来的费用,请提前取消订阅。
要升级您当前的订阅计划,只需转到 API 的定价页面并选择您要升级到的计划。升级将立即生效,让您立即享受新计划的功能。请注意,您之前计划中的任何剩余调用都不会转移到新计划,因此在升级时请注意这一点。您将被收取新计划的全部金额。
要检查您本月剩余多少 API 调用,请参考响应标头中的 "X-Zyla-API-Calls-Monthly-Remaining" 字段。例如,如果您的计划允许每月 1,000 个请求,而您已使用 100 个,则响应标头中的此字段将显示 900 个剩余调用。
要查看您的计划允许的最大 API 请求数,请检查 "X-Zyla-RateLimit-Limit" 响应标头。例如,如果您的计划包括每月 1,000 个请求,此标头将显示 1,000。
"X-Zyla-RateLimit-Reset" 标头显示您的速率限制重置之前的秒数。这告诉您何时您的请求计数将重新开始。例如,如果它显示 3,600,则意味着还有 3,600 秒直到限制重置。
是的,您可以随时通过访问您的账户并在账单页面上选择取消选项来取消您的计划。请注意,升级、降级和取消会立即生效。此外,取消后,您将不再有权访问该服务,即使您的配额中还有剩余调用。
为了让您有机会在没有任何承诺的情况下体验我们的 API,我们提供 7 天免费试用,允许您免费进行最多 50 次 API 调用。此试用只能使用一次,因此我们建议将其应用于您最感兴趣的 API。虽然我们的大多数 API 都提供免费试用,但有些可能不提供。试用在 7 天后或您进行了 50 次请求后结束,以先发生者为准。如果您在试用期间达到 50 次请求限制,您需要"开始您的付费计划"以继续发出请求。您可以在个人资料中的订阅 -> 选择您订阅的 API -> 定价标签下找到"开始您的付费计划"按钮。或者,如果您在第 7 天之前不取消订阅,您的免费试用将结束,您的计划将自动计费,授予您访问计划中指定的所有 API 调用的权限。请记住这一点以避免不必要的费用。
7 天后,您将被收取试用期间订阅的计划的全额费用。因此,在试用期结束前取消很重要。因忘记及时取消而提出的退款请求不被接受。
当您订阅 API 免费试用时,您可以进行最多 50 次 API 调用。如果您希望超出此限制进行额外的 API 调用,API 将提示您执行"开始您的付费计划"。您可以在个人资料中的订阅 -> 选择您订阅的 API -> 定价标签下找到"开始您的付费计划"按钮。
付款订单在每月 20 日至 30 日之间处理。如果您在 20 日之前提交请求,您的付款将在此时间范围内处理。
您可以通过我们的聊天渠道联系我们以获得即时帮助。我们始终在线,时间为上午 8 点至下午 5 点(EST)。如果您在该时间之后联系我们,我们将尽快回复您。此外,您可以通过 [email protected]

相关 API


您可能还喜欢